v2.0.0-RC2
Pre-release
Pre-release
2.0.0-RC2 - 2020-04-26
Added
- Added a new JSON-P provider
joy-yaml
which can parse YAML documents with the help of snakeyaml-engine. This artifact can be used as a substitute for the basic providerjoy-classic
.JsonParser
andJsonReader
provided by the new provider can process YAML documents.
Changed
- The artifact ID of the original Joy is now changed to
joy-classic
. - Improved
JsonNumber.numberValue()
which now may return an instance ofInteger
orLong
if applicable.
Fixed
- Fixed the error message emitted when an array in the JSON document is not closed correctly.