crimson 0.0.5
crimson: ^0.0.5 copied to clipboard
Fast, efficient and easy-to-use JSON parser and serializer for Dart.
0.0.5 #
- Changed annotations again (sorry! this is the last time)
- Added
@JsonName(),@jsonIgnore,@jsonKebabCaseand@jsonSnakeCaseannotations annotations - Added
JsonConverterinterface to allow custom parsing and serialization
0.0.4 #
- Replaced
@jsonand@JsonEnum()with@Json() - Fixed number parsing for exotic doubles
- Improved performance
- Added logo
- Added example
0.0.3 #
- Fixed analyzer version unsupported by Flutter
- Added support for freezed
- Slightly improved performance
0.0.2 #
- Implementation
0.0.1 #
- Initial version.