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

A simple tree widget to show json pretty.

Features #

  • Pretty view the json data;
  • Custom the json element color;
  • Support copy key or value text;

Getting started #

dependencies:
    json_tree_viewer: ^0.0.2

Screen Shot #

Usage #

import 'package:json_tree_viewer/json_tree_viewer.dart';

JsonTreeViewer(
    data: {
    	"name": "Beijing",
        "country": "China",
        "whereami": false,
    },
)

License #

See LICENSE

4
likes
140
points
365
downloads

Publisher

verified publisherdev.apptoy.cc

Weekly Downloads

A simple tree widget to show json pretty.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flexible_tree_view, flutter

More

Packages that depend on json_tree_viewer