🌐
GitHub
github.com › alexkuz › react-json-tree
GitHub - alexkuz/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
May 14, 2020 - React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // ...
Starred by 997 users
Forked by 115 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%
Discussions

Which JSON Viewer Component do you recommend since react-json-view no one maintains it anymore.
console.log(JSON.stringify(object, null, 2)) More on reddit.com
🌐 r/reactjs
22
19
October 16, 2023
React Tree View for Json object?
I use this: https://www.npmjs.com/package/react-json-view More on reddit.com
🌐 r/reactjs
1
2
July 6, 2021
JSON Viewer with Editor
Very cool. I could see using this in my admin dashboard for live updating my JSON-based application configuration. One tiny visual gripe: The default height of the text-area is too tall for single line inputs. The text-area should be the same size as the input, and grow as needed. This would also eliminate any jank seen when toggling edit mode. More on reddit.com
🌐 r/reactjs
9
26
August 1, 2017
PoE 2 Skill tree viewer
Another source will be the Passive Tree section of the reveal tree. https://youtu.be/ZpIbaTXJD4g?si=IVLFd6Mv-w-l8RKa&t=1356 I think the only other notable shown off is in the Endgame trials section, (introducing jewels), but that is overlapping with the dreamcore video (Levitation node in the dex or str/dex area) More on reddit.com
🌐 r/PathOfExile2
93
539
November 30, 2024
🌐
GitHub
github.com › mac-s-g › react-json-view
GitHub - mac-s-g/react-json-view: JSON viewer for react · GitHub
JSON viewer for react. Contribute to mac-s-g/react-json-view development by creating an account on GitHub.
Starred by 3.7K users
Forked by 500 users
Languages   JavaScript 96.4% | Shell 2.9%
🌐
GitHub
github.com › STRML › react-json-tree-editable
GitHub - STRML/react-json-tree-editable: React JSON Viewer Component, Extracted from redux-devtools
React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // ...
Forked by 2 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
React Native JSON Viewer Component, based on react-json-tree - Dean177/react-native-json-tree
Starred by 122 users
Forked by 33 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
npm
npmjs.com › package › react-json-tree
react-json-tree - npm
March 1, 2025 - json viewer · npm i react-json-tree · github.com/reduxjs/redux-devtools · github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree · 752,617 · 0.20.0 · MIT · 63.2 kB · 45 · a year ago · chibicode · gaearon · timdorr ...
      » npm install react-json-tree
    
Published   Mar 01, 2025
Version   0.20.0
Author   Shu Uesugi
🌐
GitHub
github.com › bvaughn › react-json-tree
GitHub - bvaughn/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // ...
Author   bvaughn
🌐
GitHub
github.com › mlepper › json-tree-viewer
GitHub - mlepper/json-tree-viewer: React JSON Tree Viewer
A React-based JSON viewer with expandable/collapsible tree structure, editing capabilities, and search functionality.
Author   mlepper
Find elsewhere
🌐
GitHub
github.com › gaearon › react-json-tree
GitHub - gaearon/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // ...
Author   gaearon
🌐
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 Viewer Component, Extracted from redux-devtools - react-json-tree-editable/README.md at master · STRML/react-json-tree-editable
Author   STRML
🌐
GitHub
github.com › okozolin › json-tree-view-material-ui
GitHub - okozolin/json-tree-view-material-ui: Show JSON api in a recursive tree view. Styles with React Material-ui
Shows it in a tree view where nodes can be expanded and collapsed. The component handles any valid JSON, without any expectations regarding its structure. TThe page that contains the component controls the URL from which the data is obtained.
Author   okozolin
🌐
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
🌐
GitHub
github.com › expreva › react-json-tree
GitHub - expreva/react-json-tree: React JSON viewer component extracted from redux-devtools
React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. import { JSONTree } from 'react-json-tree'; // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable'; ...
Author   expreva
🌐
GitHub
github.com › topics › json-tree
json-tree · GitHub Topics · GitHub
April 25, 2023 - react theme json tree component json-viewer interactive react-component array jsontree json-tree tree-view treeview json-inspector json-view array-viewer react-json interactive-json json-display json-component
🌐
GitHub
github.com › topics › json-viewer
json-viewer · GitHub Topics · GitHub
react json typescript tools json-viewer viewer devtools developer-tools hacktoberfest ... It is a Chrome extension for printing JSON and JSONP. javascript chrome-extension json chrome json-viewer highlighter jsonp ...
🌐
Tweakcn
next.jqueryscript.net › home › json tree viewer: interactive json data explorer for shadcn/ui
JSON Tree Viewer: Interactive JSON Data Explorer for shadcn/ui
March 31, 2025 - shadcn/ui: The UI component library this viewer is designed for. https://ui.shadcn.com/ Lucide Icons: The icon library used within the component. https://lucide.dev/ React JSON View: Another popular React component for displaying JSON, offering ...
🌐
GitHub
github.com › uiwjs › react-json-view
GitHub - uiwjs/react-json-view: A React component for displaying and editing javascript arrays and JSON objects. · GitHub
September 13, 2022 - react-json-tree · ❌ · react-json-view · ✅ · demo · react-inspector · ❌ · demo · react-domify · ❌ · demo · react18-json-view · ❌ · demo · @textea/json-viewer · ✅ · demo · react-editable-json-tree · ✅ · demo · react-json-view ·
Starred by 402 users
Forked by 24 users
Languages   TypeScript 98.0% | HTML 2.0%
🌐
UNPKG
unpkg.com › browse › react-json-tree@0.15.0 › README.md
react-json-tree/README.md
# react-json-tree React JSON Viewer Component, Extracted from [redux-devtools](https://github.com/reduxjs/redux-devtools). Supports [iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#iterable) objects, such as [Immutable.js](https://facebook.gi...
🌐
GitHub
github.com › kelsonpw › react-json-renderer
GitHub - kelsonpw/react-json-renderer: React component for displaying and navigating JSON data in a collapsible tree structure.
React JSON Viewer is a simple and user-friendly React-based application that allows you to visualize JSON data in a collapsible tree structure.
Author   kelsonpw