GitHub
github.com › alexkuz › react-json-tree
GitHub - alexkuz/react-json-tree: React JSON Viewer Component, Extracted from redux-devtools
May 14, 2020 - 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 › 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
NPM Compare
npm-compare.com › react-json-editor-ajrm,react-json-pretty,react-json-tree,react-json-view
react-json-view vs react-json-tree vs react-json-pretty vs react-json-editor-ajrm | React JSON Visualization Libraries
For a detailed comparison of these two packages, check out the following link: Comparing react-json-view vs react-json-tree. ... react-json-tree is a React component that allows developers to display JSON data in a tree-like structure. It provides an easy way to visualize complex JSON objects, ...
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › JavaScript › Reference › Global_Objects › Map
Map - JavaScript | MDN
1 month ago - The specification requires maps to be implemented "that, on average, provide access times that are sublinear on the number of elements in the collection". Therefore, it could be represented internally as a hash table (with O(1) lookup), a search tree (with O(log(N)) lookup), or any other data structure, as long as the complexity is better than O(N).
npm
npmjs.com › package › react-json-tree
react-json-tree - npm
March 1, 2025 - React JSON Viewer Component, Extracted from redux-devtools. Latest version: 0.20.0, last published: a year ago. Start using react-json-tree in your project by running `npm i react-json-tree`. There are 346 other projects in the npm registry using react-json-tree.
» npm install react-json-tree
Published Mar 01, 2025
Version 0.20.0
Author Shu Uesugi
Repository https://github.com/reduxjs/redux-devtools
CodeSandbox
codesandbox.io › s › react-json-tree-example-ptho3
react-json-tree-example - CodeSandbox
July 21, 2021 - CodeSandbox is a cloud development platform that empowers developers to code, collaborate and ship projects of any size from any device in record time.
Published Sep 23, 2020
Repository https://codesandbox.io/s/ptho3
React
legacy.reactjs.org › docs › optimizing-performance.html
Optimizing Performance – React
Internally, React uses several clever techniques to minimize the number of costly DOM operations required to update the UI. For many applications, using React will lead to a fast user interface without doing much work to specifically optimize for performance.
Apache
echarts.apache.org › examples › en › index.html
Examples - Apache ECharts
Apache ECharts, a powerful, interactive charting and visualization library for browser
npm
npmjs.com › search
keywords:json-tree - npm search
Interactive react component for displaying javascript arrays and JSON objects. ... ad5441• 1.21.8 • 4 years ago • 0 dependents • MITpublished version 1.21.8, 4 years ago0 dependents licensed under $MIT ...
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.
Leaflet
leafletjs.com › reference.html
Documentation - Leaflet - a JavaScript library for interactive maps
an open-source JavaScript library for mobile-friendly interactive maps · This reference reflects Leaflet 1.9.4. Check this list if you are using a different version of Leaflet
Npm
npm.io › search › keyword:json-tree
Json-tree | npm.io
Interactive react component for displaying javascript arrays and JSON objects. array-viewerbase-16componentinteractiveinteractive-jsonjsonjson-componentjson-displayjson-treejson-view1.21.3 • Published 5 years ago
Microlink
react-json-view.microlink.io
react-json-view
react-json-view: A React component for displaying and editing JSON data in a tree view format.