Releases: LachlanMcKee/gsonpath
Releases · LachlanMcKee/gsonpath
Path substitution support
See the change log for details
Minor bug fix
See the change log for details
AutoGsonAdapter Interface equals & hash code
See the change log for details
AutoGsonAdapter Interface bug fixes
See the change log for details
Interface support for @AutoGsonAdapter
See the change log for details
Bug fixes and error handling
See the change log for details
Defaults and Nullable/NonNull support
See the change log for details
Write support and mandatory field support
This version introduces two new big features: writing json, and adding mandatory constraints to ensure that the parsed content meets nonnull style constraints.
Bug fixes and minor feature changes
- Fixed a bug where primitives were not handled the same way as their wrapper classes
- Changed array streamer to read the entire json object by default
- Exposed a mechanism to change the default flattening delimiter
Introduced null safety for initial json element
The generated Gson Type Adapters will now properly safeguard against null values before attempting to parse any content.