json_parser 0.1.9 copy "json_parser: ^0.1.9" to clipboard
json_parser: ^0.1.9 copied to clipboard

A JSON parser with auto object mapping for Flutter using reflection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_parser

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

dependencies:
  json_parser: ^0.1.9

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

Publisher

unverified uploader

A JSON parser with auto object mapping for Flutter using reflection.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

build_runner, flutter, reflectable

More

Packages that depend on json_parser