0.1.0-alpha.0 • Published 3 years ago

@reactjsonview/react-json-tree v0.1.0-alpha.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Getting Started with react-json-tree

React json tree is react component for displaying json data in tree structure

Available Scripts

In the project directory, you can run:

npm install @reactjsonview/react-json-tree

Or add to your package.json config file:

"dependencies" : {
    "@reactjsonview/react-json-tree":"latest"
}

Implementation detail

import { ReactJsonTree } from '@reactjsonview/react-json-tree'

// use the component in your app!
// Pass the Json to jsonData props

<ReactJsonTree jsonData={jsonData} />