Thanks to visit codestin.com
Credit goes to github.com

Skip to content

herzaso/react-json-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JSON View

A react library that renders a JSON structure as a component.

React already has support for rendering Javascript objects, however, the structure that React uses is a Javascript object and not a valid JSON object. If you want to get this structure from the server, and render it, you will have to make some adjustments.

Example

$ npm install react-json-view --save
const jsonView = require('react-json-view').default
// ES2015 modules
import jsonView from 'react-json-view'

About

A react library that renders a JSON structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published