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

outdated

Deserialize or serialize JSON API document.

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
0
pub points
0%
popularity

Publisher

unverified uploader

Deserialize or serialize JSON API document.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on dart_jsona