Skip to content

v2.0.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@leadpony leadpony released this 26 Apr 04:26
· 18 commits to master since this 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 provider joy-classic. JsonParser and JsonReader 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 of Integer or Long if applicable.

Fixed

  • Fixed the error message emitted when an array in the JSON document is not closed correctly.