json_types 3.0.1
json_types: ^3.0.1 copied to clipboard
Type safe JSON serialization/deserialization for Dart with no code generation or reflection.
Changelog #
3.0.1 #
Fixed bug with obfuscation interfering with polymorphic types.
3.0.0+1 #
Updated readme.
3.0.0 #
Introduced optional types.
2.0.2 #
Fixed bug with polymorphic collection types.
2.0.1 #
Improved method signature for polymorphic collection types.
2.0.0 #
Added support for polymorphic types.
1.0.0 #
Initial version