npm
npmjs.com › json-tree-viewer
json-tree-viewer
March 24, 2018 - A simple json formatter/viewer based on jsonTree library and app.js framework. ... A simple lightweight pure-javascript library for drawing tree of json-nodes from json-object.
» npm install json-tree-viewer
Published Mar 24, 2018
Version 0.0.2
Author Vera Lobacheva
npm
npmjs.com › package › react-json-view
react-json-view - npm
March 9, 2021 - Latest version: 1.21.3, last published: 5 years ago. Start using react-json-view in your project by running `npm i react-json-view`. There are 900 other projects in the npm registry using react-json-view.
» npm install react-json-view
Published Mar 09, 2021
Version 1.21.3
Author Mac Gainor
Repository https://github.com/mac-s-g/react-json-view
Videos
npm
npmjs.com › package › @uiw › react-json-view
@uiw/react-json-view - npm
January 20, 2026 - @default true */ highlightUpdates?: boolean; /** Shorten long JSON strings, Set to `0` to disable this feature @default 30 */ shortenTextAfterLength?: number; /** When the text exceeds the length, `...` will be displayed. Currently, this `...` can be customized. @default "..." */ stringEllipsis?: number; /** Callback function for when a treeNode is expanded or collapsed */ onExpand?: (props: { expand: boolean; value?: T; keyid: string; keyName?: string | number }) => void; /** Fires event when you copy */ onCopied?: (text: string, value?: T) => void; } export type ShouldExpandNodeInitially<T extends object> = (isExpanded: boolean, props: { keyName?: string | number; value?: T; parentValue?: T; keys: (number | string)[]; level: number; }) => boolean;
» npm install @uiw/react-json-view
Published Jan 20, 2026
Version 2.0.0-alpha.41
Author Kenny Wang
Repository https://github.com/uiwjs/react-json-view
npm
npmjs.com › package › react-json-tree
react-json-tree - npm
March 1, 2025 - 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'; // Inside a React component: const json = { array: [1, 2, 3], bool: true, object: { foo: 'bar', }, immutable: Map({ key: 'value' }), }; <JSONTree data={json} />;
» npm install react-json-tree
Published Mar 01, 2025
Version 0.20.0
Author Shu Uesugi
Repository https://github.com/reduxjs/redux-devtools
jsDelivr
jsdelivr.com › package › npm › json-tree-view
json-tree-view CDN by jsDelivr - A CDN for npm and GitHub
July 19, 2019 - A free, fast, and reliable CDN for json-tree-view. A JSON Tree View Component, for browsering or editing JSON object. Fork from json-view writing by Richard Livingston.
Published Sep 21, 2017
Repository https://github.com/luyuan/json-tree-view
Vercel
jsontree.vercel.app
Json Tree Viewer
Visualisation tool for json in a graph and tree form
Tessl
tessl.io › registry › tessl › npm-react-json-tree
0.20.0 • npm-react-json-tree • tessl • Registry • Tessl
January 29, 2026 - React JSON Viewer Component providing interactive tree visualization for JSON data structures with support for custom themes and complex data types.
GitHub
github.com › alenaksu › json-viewer
GitHub - alenaksu/json-viewer: Web Component to visualize JSON data in a tree view
A Web Component to visualize JSON data in a tree view · Installation · From CDN · From NPM · Usage · Attributes · Properties · Methods · CSS Parts · CSS custom properties · Basic Usage · Load the JSON dynamically · Basic interactions ...
Starred by 233 users
Forked by 37 users
Languages TypeScript 53.2% | JavaScript 19.6% | CSS 18.7% | HTML 8.5%
npm
npmjs.com › package › react-native-json-tree
react-native-json-tree - npm
React Native JSON Viewer Component, based on react-json-tree. Supports iterable objects, such as Immutable.js. import JSONTree from 'react-native-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' ...
» npm install react-native-json-tree
Published Feb 04, 2025
Version 1.5.0
Author Dean Merchant
npm
npmjs.com › package › w-jsonview-tree
w-jsonview-tree - npm
A wrapper for json-view.. Latest version: 1.0.31, last published: a year ago. Start using w-jsonview-tree in your project by running `npm i w-jsonview-tree`. There are 2 other projects in the npm registry using w-jsonview-tree.
» npm install w-jsonview-tree
Published Mar 25, 2024
Version 1.0.31
Author yuda-lyu
Repository https://github.com/yuda-lyu/w-jsonview-tree
npm
npmjs.com › package › @ethicdevs › json-tree-view
ethicdevs/json-tree-view
Easy package.json exports.. Latest version: 1.0.1, last published: 14 years ago. Start using package in your project by running `npm i package`. There are 281 other projects in the npm registry using package.
npm
npmjs.com › package › treedoc-viewer
treedoc-viewer - npm
This viewer has built-in support of JSON/JSONex, YAML and XML. It provides an easy way to plugin any other format by implementing the ParserPlugin interface. Three views: Source, Tree and Table and they are toggleable
» npm install treedoc-viewer
Published Nov 06, 2023
Version 0.1.71
npm Trends
npmtrends.com › react-json-pretty-vs-react-json-tree-vs-react-json-view-vs-react-json-viewer-vs-react-treeview
react-json-pretty vs react-json-tree vs react-json-view vs react-json-viewer vs react-treeview | npm trends
Comparing trends for react-json-pretty 2.2.0 which has 133,945 weekly downloads and 160 GitHub stars vs. react-json-tree 0.20.0 which has 892,897 weekly downloads and 14,338 GitHub stars vs. react-json-view 1.21.3 which has 1,086,291 weekly downloads and 3,665 GitHub stars vs. react-json-viewer 3.0.1 which has 2,830 weekly downloads and 154 GitHub stars vs. react-treeview 0.4.7 which has 3,479 weekly downloads and 1,090 GitHub stars.
npm
npmjs.com › vue-json-tree-view
vue-json-tree-view
February 25, 2020 - a JSON Tree View Component in Vue.js. Latest version: 2.1.6, last published: 6 years ago. Start using vue-json-tree-view in your project by running `npm i vue-json-tree-view`. There are 36 other projects in the npm registry using vue-json-tree-view.
» npm install vue-json-tree-view
Published Feb 25, 2020
Version 2.1.6
Author Arvid Kahl
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.
npm
npmjs.com › package › @textea › json-viewer
@textea/json-viewer - npm
December 15, 2024 - json-viewer · json-inspector · json-tree · tree · tree-view · treeview · npm i @textea/json-viewer · github.com/TexteaInc/json-viewer · github.com/TexteaInc/json-viewer#readme · 79,572 · 4.0.1 · MIT · 1.22 MB · 9 · a year ago · pionxzh · forrestbao ·
» npm install @textea/json-viewer
Published Dec 15, 2024
Version 4.0.1
Author himself65
Repository https://github.com/TexteaInc/json-viewer
npm
npmjs.com › package › json-tree-view
json-tree-view - npm
Latest version: 0.4.12, last published: 6 years ago. Start using json-tree-view in your project by running `npm i json-tree-view`. There are 5 other projects in the npm registry ...
» npm install json-tree-view
npm
npmjs.com › search
keywords:json-tree - npm search
A Mantine extension component that renders interactive JSON trees with syntax highlighting, collapsible nodes, copy-to-clipboard, and configurable expansion depth.