Release 19.4.0
- json: introduce support for ZPL_JSON_INDENT_STYLE_COMPACT output (rheatley-pervasid) (1efb83a)
- fix SJSON value parse not detecting EOF correctly when analyzing the delimiter used.
Example: "foo=123,bar=456" would produce one extra garbage field.