Skip to content

kingback/json-view-react

Repository files navigation

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

About

React JSON View Component

Resources

License

Stars

Watchers

Forks

Packages

No packages published