Skip to content

Releases: hjson/hjson-java

v3.1.0

14 Oct 16:17
88e93c0
Compare
Choose a tag to compare
  • escapes all control chars in Hjson and JSON output
  • changes in formatted JSON output:
    • opening braces now appear on the same line as the key when an array or an object are values in an object
    • the root object or array are no longer preceded by a blank newline
    • empty arrays or objects now appear on a line of their own when they are elements in an array

v3.0.1

13 Aug 13:23
6dffd56
Compare
Choose a tag to compare
  • fix for CVE-2023-34620 by not trying to parse more than 1000 levels into arrays and/or objects
  • fix for empty multiline string inside array or object

DSF

21 Sep 21:09
Compare
Choose a tag to compare
DSF

add DSF (domain specific formats), experimental

v2.0.0

01 Aug 21:45
Compare
Choose a tag to compare
- fix quoteless string starting with punctuator
- add cli