Skip to content

Add true or false to json export format instead of text

Created by: stavamichal

  • before this change we were using "true" and "false" text strings
  • now we are using \1 and \0 as true and false in json format (better for parsing)

Merge request reports