json-view-react

1.1.1 • Public • Published

json-view-react

Download Weekly License Create by

React JSON View Component

usage

const json = {
  a: 1,
  b: 2,
  c: [
    d: 3,
    e: {
      f: 4,
      g: '5'
    }
  ]
};

<JSONView json={json} />
<JSONView json={json} toolbox={false} />
<JSONView json={json} className="my-json-view" />
<JSONView json={json} style={{ backgroundColor: '#fefefe' }} />

image

Readme

Keywords

Package Sidebar

Install

npm i json-view-react

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

21 kB

Total Files

8

Last publish

Collaborators

  • kingback