dartson 1.0.0-alpha+3 copy "dartson: ^1.0.0-alpha+3" to clipboard
dartson: ^1.0.0-alpha+3 copied to clipboard

outdated

Dartson is a Dart library that can be used to serialize Dart objects into a JSON string and vice versa. It uses the new builder infrastructure.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartson

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

dependencies:
  dartson: ^1.0.0-alpha+3

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

Import it

Now in your Dart code, you can use:

import 'package:dartson/dartson.dart';
0
likes
40
pub points
24%
popularity

Publisher

unverified uploader

Dartson is a Dart library that can be used to serialize Dart objects into a JSON string and vice versa. It uses the new builder infrastructure.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, build, build_config, code_builder, dart_style, json_serializable, meta, source_gen

More

Packages that depend on dartson