parse_json 2.1.1
parse_json: ^2.1.1 copied to clipboard
Type safe and simple JSON deserialization for Dart with no code generation or reflection.
Changelog #
2.1.1 #
Fixed documentation
2.1.0 #
- Added support for parsing enums
- Improved error handling
2.0.1 #
Fixed documentation mistake
2.0.0 #
- Removed need for registering types
- Only parsing what you need from the JSON rather than passing the whole JSON object into a constructor and parsing it there
1.0.1 #
Improved documentation
1.0.0 #
Initial version