jetro_dart 0.1.1 copy "jetro_dart: ^0.1.1" to clipboard
jetro_dart: ^0.1.1 copied to clipboard

Dart and Flutter bindings for jetro, a compact JSON query and transformation engine. Ships as a Native Assets package: prebuilt cdylib downloaded at install for common targets, falls back to cargo bui [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jetro_dart

With Flutter:

 $ flutter pub add jetro_dart

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

dependencies:
  jetro_dart: ^0.1.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:jetro_dart/jetro_dart.dart';
0
likes
140
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart and Flutter bindings for jetro, a compact JSON query and transformation engine. Ships as a Native Assets package: prebuilt cdylib downloaded at install for common targets, falls back to cargo build from source.

Repository (GitHub)
View/report issues

Topics

#json #query #jetro #jsonpath #jsonata

License

MIT (license)

Dependencies

code_assets, ffi, hooks

More

Packages that depend on jetro_dart