1.0.0-beta.2 (2023-02-01)
Features Added
- Add
JsonReader.readRemainingFieldsAsJsonObject
to support reading the remainder of a JSON object from a field starting
point.
Bugs Fixed
- Fixed a bug where the default
JsonReader
would throw an exception if the startingJsonToken
was a field name
not followed by a start object when callingbufferObject
. Buffering now supports field starting points.