dart_json_path 0.0.2 copy "dart_json_path: ^0.0.2" to clipboard
dart_json_path: ^0.0.2 copied to clipboard

outdated

A Flutter plugin which support jsonPath on jsonString data. It is utility for reading and writing data from json. It is well tested on project and working fine in terms of functionallity.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_json_path

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

dependencies:
  dart_json_path: ^0.0.2

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:dart_json_path/dart_json_path.dart';
1
likes
30
pub points
14%
popularity

Publisher

unverified uploader

A Flutter plugin which support jsonPath on jsonString data. It is utility for reading and writing data from json. It is well tested on project and working fine in terms of functionallity.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on dart_json_path