react-json-dom

0.0.3 • Public • Published

##json-tree

A simple component which you can use to show what json looks like.

Demo screenshot

import JsonTree from 'react-json-dom';

let testObj = {
  arg1: 'val1',
  arg2: {
    arg21: {
      arg211: 'val211'
    },
    arg22: 'val22'
  },
  arg3: 3
}

<JsonTree jsonObject={testObj} />

Readme

Keywords

Package Sidebar

Install

npm i react-json-dom

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mike-robertson