Skip to content

0.16.7

Compare
Choose a tag to compare
@dansanduleac dansanduleac released this 11 Mar 13:37
· 316 commits to develop since this release

Fix contradictory 'any' nullability verification (#141)

any values inside a container can't be deserialized from a JSON value of null.
If this behaviour is desired, wrap the any in an optional, e.g. list<optional<any>>