3.0.1 • Published 4 years ago

react-json-viewer v3.0.1

Weekly downloads
1,522
License
MIT
Repository
github
Last release
4 years ago

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

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.7.1

8 years ago

1.6.1

8 years ago

1.6.0

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago