v1.2.0
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()
andJsonParser.skipObject()
to throw anIllegalStateException
wrongly when the current state is not the start of the array/object.