serdes_json 0.4.0 copy "serdes_json: ^0.4.0" to clipboard
serdes_json: ^0.4.0 copied to clipboard

Simple and clean json serializer and deserializer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add serdes_json

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  serdes_json: ^0.4.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:serdes_json/serdes_json.dart';
2
likes
130
points
58
downloads

Publisher

verified publisherandrey.kabylin.ru

Weekly Downloads

Simple and clean json serializer and deserializer.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on serdes_json