json_tree_viewer

Creator: coderz1093

Last updated:

Add to Cart

Description:

json tree viewer

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
copied to clipboard
Screen Shot #


Usage #
import 'package:json_tree_viewer/json_tree_viewer.dart';

JsonTreeViewer(
data: {
"name": "Beijing",
"country": "China",
"whereami": false,
},
)
copied to clipboard
License #
See LICENSE

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.