🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

React Component for View JSON in beautiful tabular format.

Others React

Documentation

react-json-viewer

React JSON Viewer Component. View JSON in beautiful tabular format.

NPM JavaScript Style Guide

NPM version npm download

Install

npm install --save react-json-viewer

react-json-viewer

Usage

import React, { Component } from 'react';  import JSONViewer from 'react-json-viewer';  class Example extends Component {   render() {     return (       <JSONViewer         json={[           {             task: 'Learn React',             done: true,           },           {             task: 'Write Book',             done: false,           },         ]}       />     );   } }

Demo

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

JSFiddle Example

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

What

alt pic alt pic

License

MIT © nsisodiya


You May Also Like