3.0.1 • Published 3 years ago

react-json-viewer v3.0.1

Weekly downloads
1,522
License
MIT
Repository
github
Last release
3 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

3 years ago

3.0.0

3 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.7.1

6 years ago

1.6.1

7 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago