package:json_serializable v6.8.0
·
27 commits
to master
since this release
- Add type arguments to
Map
literals used forRecord
serialization. - Add support for
JsonSerializable(createJsonKeys: true)
.
(#1401) - Handle decoding an
int
value from adouble
literal.
This now matches the behavior ofdouble
values being encoded asint
.