Skip to content

v1.2.0

Compare
Choose a tag to compare
@leadpony leadpony released this 29 Sep 11:42
· 56 commits to master since this release

1.2.0 - 2019-09-29

Changed

  • Update the JSON Processing API to version 1.1.6.

Fixed

  • A bug which was causing JsonParser.skipArray() and JsonParser.skipObject() to throw an IllegalStateException wrongly when the current state is not the start of the array/object.