json_view 0.4.2 copy "json_view: ^0.4.2" to clipboard
json_view: ^0.4.2 copied to clipboard

A json preview package that has a not bad performance. lazy load json tree node that cause less jank. Support display large list json data like chrome dev tool.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_view

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

dependencies:
  json_view: ^0.4.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:json_view/json_view.dart';
16
likes
130
pub points
89%
popularity

Publisher

verified publisherlaihz.tech

A json preview package that has a not bad performance. lazy load json tree node that cause less jank. Support display large list json data like chrome dev tool.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on json_view