Version 7.0.1 is a minor release with bug fixes only.
Bug fixes
- #702 A regression introduced in
7.0
caused#asJson()
and#tryJson()
to throw a NullPointerException when the returned JSON object contains a nested object or array with null values. This caused the corresponding field to be ignored from the final output. (@brenuart)