GitHub
github.com › alexkuz › react-json-tree
GitHub - alexkuz/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar' }, immutable: Map({ key: 'value' }) } <JSONTree data={json} />
Starred by 997 users
Forked by 115 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › Dean177 › react-native-json-tree
GitHub - Dean177/react-native-json-tree: React Native JSON Viewer Component, based on react-json-tree
import JSONTree from 'react-native-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar' } immutable: Map({ key: 'value' }) } <JSONTree data={json} />
Starred by 122 users
Forked by 33 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › grafana › react-json-tree
GitHub - grafana/react-json-tree: Fork of https://github.com/reduxjs/redux-devtools/tree/main/packages/react-json-tree
import { JSONTree } from "react-json-tree"; // If you're using Immutable.js: `npm i --save immutable` import { Map } from "immutable"; // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: "bar", }, immutable: Map({ key: "value" }), }; <JSONTree data={json} />;
Author grafana
GitHub
github.com › oxyno-zeta › react-editable-json-tree
GitHub - oxyno-zeta/react-editable-json-tree: React Editable Json Tree
// Import import { JsonTree, ADD_DELTA_TYPE, REMOVE_DELTA_TYPE, UPDATE_DELTA_TYPE, DATA_TYPES, INPUT_USAGE_TYPES, } from 'react-editable-json-tree' // Data const data = { error: new Error('error'), text: 'text', int: 100, boolean: true, null: null, object: { text: 'text', int: 100, boolean: true, }, array: [ 1, { string: 'test', }, ], } // Component <JsonTree data={data} />
Starred by 109 users
Forked by 20 users
Languages JavaScript 88.8% | TypeScript 11.0% | HTML 0.2% | JavaScript 88.8% | TypeScript 11.0% | HTML 0.2%
GitHub
github.com › mac-s-g › react-json-view
GitHub - mac-s-g/react-json-view: JSON viewer for react · GitHub
Starred by 3.7K users
Forked by 500 users
Languages JavaScript 96.4% | Shell 2.9%
GitHub
github.com › reduxjs › redux-devtools › tree › main › packages › react-json-tree
redux-devtools/packages/react-json-tree at main · reduxjs/redux-devtools
import { JSONTree } from 'react-json-tree'; // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable'; // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar', }, immutable: Map({ key: 'value' }), }; <JSONTree data={json} />;
Author reduxjs
GitHub
github.com › STRML › react-json-tree-editable
GitHub - STRML/react-json-tree-editable: React JSON Viewer Component, Extracted from redux-devtools
import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar' }, immutable: Map({ key: 'value' }) } <JSONTree data={json} />
Forked by 2 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › AnyRoad › react-json-view-lite
GitHub - AnyRoad/react-json-view-lite: Lightweight Json view component for React
react-json-view-lite is a tiny component for React allowing to render JSON as a tree. It focused on the balance between performance for large JSON inputs and functionality. It might not have all the rich features (suce as customization, copy, ...
Starred by 235 users
Forked by 25 users
Languages TypeScript 95.9% | CSS 4.1% | TypeScript 95.9% | CSS 4.1%
GitHub
github.com › bvaughn › react-json-tree
GitHub - bvaughn/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar' } immutable: Map({ key: 'value' }) } <JSONTree data={ json } />
Author bvaughn
GitHub
github.com › STRML › react-json-tree-editable › blob › master › README.md
react-json-tree-editable/README.md at master · STRML/react-json-tree-editable
# react-json-tree · · React JSON Viewer Component, Extracted from [redux-devtools](https://github.com/gaearon/redux-devtools). Supports [iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#iterable) ...
Author STRML
npm
npmjs.com › package › react-json-tree
react-json-tree - npm
npm i react-json-tree · github.com/reduxjs/redux-devtools · github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree · 906,790 · 0.20.0 · MIT · 63.2 kB · 45 · a year ago · chibicode · gaearon · timdorr · alexkuz · ...
» npm install react-json-tree
Published Mar 01, 2025
Version 0.20.0
Author Shu Uesugi
Repository https://github.com/reduxjs/redux-devtools
GitHub
github.com › reduxjs › redux-devtools › blob › main › packages › react-json-tree › src › createStylingFromTheme.ts
redux-devtools/packages/react-json-tree/src/createStylingFromTheme.ts at main · reduxjs/redux-devtools
DevTools for Redux with hot reloading, action replay, and customizable UI - redux-devtools/packages/react-json-tree/src/createStylingFromTheme.ts at main · reduxjs/redux-devtools
Author reduxjs
UNPKG
unpkg.com › browse › react-json-tree@0.15.0 › README.md
react-json-tree/README.md
React JSON Viewer Component, Extracted from redux-devtools · github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree · reduxjs/redux-devtools · 168 lines (125 loc) • 6.51 kB · Markdown · View Raw · 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 ·
GitHub
github.com › antdex › react-json-tree
GitHub - antdex/react-json-tree: JSON view component build on ant-design Tree
JSON view component build on ant-design Tree. Contribute to antdex/react-json-tree development by creating an account on GitHub.
Starred by 5 users
Forked by 2 users
Languages TypeScript 84.7% | HTML 15.3% | TypeScript 84.7% | HTML 15.3%
GitHub
github.com › gaearon › react-json-tree
GitHub - gaearon/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar' } immutable: Map({ key: 'value' }) } <JSONTree data={ json } />
Author gaearon
GitHub
github.com › STRML › react-json-tree-editable › blob › master › package.json
react-json-tree-editable/package.json at master · STRML/react-json-tree-editable
"url": "https://github.com/chibicode/react-json-tree.git" }, "keywords": [ "react", "json viewer" ], "author": "Shu Uesugi <shu@chibicode.com> (http://github.com/chibicode)", "contributors": [ "Alexander Kuznetsov <alexkuz@gmail.com> (http://kuzya.org/)", "Dave Vedder <veddermatic@gmail.com> (http://www.eskimospy.com/)", "Daniele Zannotti <dzannotti@me.com> (http://www.github.com/dzannotti)" ], "license": "MIT", "bugs": { "url": "https://github.com/chibicode/react-json-tree/issues" }, "homepage": "https://github.com/chibicode/react-json-tree", "dev
Author STRML
GitHub
github.com › babangsund › react-jsontree-editor
GitHub - babangsund/react-jsontree-editor: A JSON tree editor for React
A JSON tree editor for React. Contribute to babangsund/react-jsontree-editor development by creating an account on GitHub.
Author babangsund
GitHub
github.com › reduxjs › redux-devtools › blob › main › packages › react-json-tree › README.md
redux-devtools/packages/react-json-tree/README.md at main · reduxjs/redux-devtools
import { JSONTree } from 'react-json-tree'; // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable'; // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar', }, immutable: Map({ key: 'value' }), }; <JSONTree data={json} />;
Author reduxjs
GitHub
github.com › rsolomon › react-json-tree
GitHub - rsolomon/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar' }, immutable: Map({ key: 'value' }) } <JSONTree data={json} />
Author rsolomon