Closed
Description
Json can represent NULL values see http://www.json.org/
{
"key": null
}
But when such a null value is part of the expected JSON in a JsonGauge, the following error is thrown
Invalid null element in gauge definition
This of course shouldn't be the case.