dart_json_mapper 0.0.1
dart_json_mapper: ^0.0.1 copied to clipboard
This package allows programmers to annotate Dart classes in order to serialize/deserialize them from/to JSON string in one line of code.
dart-json-mapper #
Serialize / Deserialize Dart Objects to/from JSON
This package allows programmers to annotate Dart classes in order to serialize/deserialize them from/to JSON string in one line of code.
Library has NO dependency on dart:mirrors, one of the reasons is described [here][1] [1]: https://github.com/flutter/flutter/issues/1150