json-tree-viewer-react is A react component that displays json data in the form of a tree upto infinite levels. Latest version: 1.0.1, last published: 3 years ago. Start using json-tree-viewer-react in your project by running `npm i json-tree-viewer-reac
React JSON Viewer Component, Extracted fromredux-devtools. Supportsiterableobjects, such asImmutable.js. Usage importJSONTreefrom'react-json-tree'// If you're using Immutable.js: `npm i --save immutable`import{Map}from'immutable'// Inside a React component:constjson={array:[1,2,3],bool:tru...