dart_json_mapper 0.0.5 copy "dart_json_mapper: ^0.0.5" to clipboard
dart_json_mapper: ^0.0.5 copied to clipboard

outdatedDart 1 only

This package allows programmers to annotate Dart classes in order to serialize/deserialize them from/to JSON string in one line of code.

0.0.5 #

  • DateConverter & NumberConverter introduced
  • Parameters for custom converter introduced

0.0.4 #

  • Convert Enum values to string by default, to skip a disordered values drawback with indexed enum values.
  • Enum's does not have to be annotated, since almost all of them are parts of third party libraries w/o access for modification.
  • dateTimeConverter introduced

0.0.2 #

  • Remove dependency on dart:mirrors.

0.0.0 #

  • First published release.
258
likes
0
pub points
93%
popularity

Publisher

verified publisheredensapple.com

This package allows programmers to annotate Dart classes in order to serialize/deserialize them from/to JSON string in one line of code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build_runner, intl, reflectable

More

Packages that depend on dart_json_mapper