json_object_mapper 2.0.1 copy "json_object_mapper: ^2.0.1" to clipboard
json_object_mapper: ^2.0.1 copied to clipboard

A simple and easy way to map Objects from JSON and to Map with support for Dart Native and Dart Web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_object_mapper

With Flutter:

 $ flutter pub add json_object_mapper

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

dependencies:
  json_object_mapper: ^2.0.1

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_object_mapper/json_object_mapper.dart';
6
likes
130
pub points
38%
popularity

Publisher

unverified uploader

A simple and easy way to map Objects from JSON and to Map with support for Dart Native and Dart Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

swiss_knife

More

Packages that depend on json_object_mapper