Skip to content

youngchan1988/json_tree_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple tree widget to show json pretty.

Resources

License

Stars

Watchers

Forks

Packages

No packages published