json 0.20.2 copy "json: ^0.20.2" to clipboard
json: ^0.20.2 copied to clipboard

Easy encoding and decoding of JSON maps (maps of type `Map<String, Object?>`). Uses a macro that auto-generates a `fromJson` decoding constructor and a `toJson` encoding method.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json

With Flutter:

 $ flutter pub add json

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

dependencies:
  json: ^0.20.2

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

Import it

Now in your Dart code, you can use:

import 'package:json/json.dart';
60
likes
150
pub points
92%
popularity

Publisher

verified publisherlabs.dart.dev

Easy encoding and decoding of JSON maps (maps of type `Map<String, Object?>`). Uses a macro that auto-generates a `fromJson` decoding constructor and a `toJson` encoding method.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

macros

More

Packages that depend on json