GitHub
github.com › alexkuz › react-json-tree
GitHub - alexkuz/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' // ...
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%
Videos
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
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
json viewer · 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 ...
» 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 › 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
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
Reddit
reddit.com › r/reactjs › which json viewer component do you recommend since react-json-view no one maintains it anymore.
r/reactjs on Reddit: Which JSON Viewer Component do you recommend since react-json-view no one maintains it anymore.
October 16, 2023 -
https://www.npmjs.com/package/react-json-view?activeTab=versions
It was last updated 3 years ago.
I am looking for a popular alternative to that.
Thanks.
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-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 ...
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
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%
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
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...