json_extension 0.4.1 copy "json_extension: ^0.4.1" to clipboard
json_extension: ^0.4.1 copied to clipboard

Uses class_extensions and json_serializable to generate methods for object serialization from/to json map/string.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_extension

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

dependencies:
  json_extension: ^0.4.1

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:json_extension/json_extension.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Uses class_extensions and json_serializable to generate methods for object serialization from/to json map/string.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, class_extensions, json_extension_annotations, source_gen

More

Packages that depend on json_extension