package:json_serializable v6.8.0
·
55 commits
to master
since this release
- Add type arguments to
Mapliterals used forRecordserialization. - Add support for
JsonSerializable(createJsonKeys: true).
(#1401) - Handle decoding an
intvalue from adoubleliteral.
This now matches the behavior ofdoublevalues being encoded asint.