react-json-viewer

1.1.0 • Public • Published

react-json-viewer

React Component for View JSON in beautiful tabular format. See images below. Note: Images are little old. From version 1.0.7, we show colors too.

NPM version npm download

Demo

http://nsisodiya.github.io/react-json-viewer

JSFiddle Example

http://jsfiddle.net/nsisodiya/61fwqcg5/

What

alt pic alt pic

Install

react-json-viewer

Use

var JSONViewer = require('react-json-viewer');
var todos = [{
 task: "Learn React",
 done: true
},{
 task:"Write Book",
 done: false
}];


<JSONViewer json={todos}></JSONViewer>

Develop

npm install
npm run server
open http://localhost:8912

Readme

Keywords

none

Package Sidebar

Install

npm i react-json-viewer@1.1.0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • nsisodiya