Skip to content

Release 1.4.0

Latest
Compare
Choose a tag to compare
@NerjalNosk NerjalNosk released this 09 Aug 22:00
· 121 commits to master since this release

Release 1.4.0

Improved stringification.

MODIFICATIONS

  • Added constructors to ObjectParseOptions and NumberParseOptions to fit added functionalities
  • ParseOptions now keep track of whether they are default or not (default values' constructor/modification methods)

ADDITIONS

  • New AbstractParseOptions base class for stringification options
  • New ParseSet class to store per-JsonElement-subclass' default ParseOptions to use when specified upon stringification.
  • New option to stringify JsonObjects ordered as parsed/as elements are added to them (comments included)
  • New option to set how many decimal points shall be stringified from a JsonNumber (doesn't affect scientific notation)

REMOVALS

  • N/A