crimson 0.1.0 copy "crimson: ^0.1.0" to clipboard
crimson: ^0.1.0 copied to clipboard

Fast, efficient and easy-to-use JSON parser and serializer for Dart.

0.1.0 #

  • Made skipPartialObject() and skipPartialList() public
  • Replaced JsonConverter interface with a @JsonConvert() annotation
  • Added more unit tests

0.0.5 #

  • Changed annotations again (sorry! this is the last time)
  • Added @JsonName(), @jsonIgnore, @jsonKebabCase and @jsonSnakeCase annotations annotations
  • Added JsonConverter interface to allow custom parsing and serialization

0.0.4 #

  • Replaced @json and @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.
112
likes
0
pub points
65%
popularity

Publisher

verified publishersimc.dev

Fast, efficient and easy-to-use JSON parser and serializer for Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, source_gen

More

Packages that depend on crimson