package:json_serializable v6.8.0
kevmoo
released this
24 Apr 20:15
·
24 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
.