crimson 0.1.1
crimson: ^0.1.1 copied to clipboard
Fast, efficient and easy-to-use JSON parser and serializer for Dart.
0.1.1 #
- Fixed edge cases
- Added verfication of data types
- Minor performance improvements
0.1.0 #
- Made
skipPartialObject()andskipPartialList()public - Replaced
JsonConverterinterface with a@JsonConvert()annotation - Added more unit tests
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.