grafana / cog

Code Generation with a human touch
Apache License 2.0
43 stars 2 forks source link

Java: Avoid to show all the nulls in JSON result #525

Closed spinillos closed 3 weeks ago

spinillos commented 3 weeks ago

Java prints the whole json fields with nulls in fields that aren't set. For some reason, it breaks Grafana dashboard page.

The library used, allows to ignore the nulls in the json output.