jsontree 0.3.0 copy "jsontree: ^0.3.0" to clipboard
jsontree: ^0.3.0 copied to clipboard

Statically typed JSON tree. This type-safe tree can contain JSON-compatible objects and nothing else.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jsontree

With Flutter:

 $ flutter pub add jsontree

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

dependencies:
  jsontree: ^0.3.0

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:jsontree/jsontree.dart';
0
likes
160
points
20
downloads

Publisher

verified publisherrevercode.com

Weekly Downloads

Statically typed JSON tree. This type-safe tree can contain JSON-compatible objects and nothing else.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on jsontree