0.16.7
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>>
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>>