dart_jsona 0.0.4 copy "dart_jsona: ^0.0.4" to clipboard
dart_jsona: ^0.0.4 copied to clipboard

Deserialize or serialize JSON API document. Data formatter that creates simplified objects from JSON, creates JSON from the same simplified objects (in according with JSON API specification)

0.0.1 #

  • Create Deserializer and Simple Serializer
Jsona jsona = new Jsona();
final town = jsona.deserialize(body);

final newJson = jsona.serialize(stuff: town, includedNames: ['country']);
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Deserialize or serialize JSON API document. Data formatter that creates simplified objects from JSON, creates JSON from the same simplified objects (in according with JSON API specification)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on dart_jsona