json_serializable 0.1.0+1
json_serializable: ^0.1.0+1 copied to clipboard
Generates utilities to aid in serializing to/from JSON.
0.1.0+1 #
- Fix homepage in
pubspec.yaml
.
0.1.0 #
- Split off from source_gen.
- Add
/* unsafe */
comments to generated output likely to be unsafe. - Support (de)serializing values in
Map
. - Fix ordering of fields when they are initialized via constructor.
- Don't use static members when calculating fields to (de)serialize.