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