Carlosnz
carlosnz.github.io › json-edit-react
JSON•Edit•React
A highly-configurable React component for editing or viewing JSON/object data
React Split
uiwjs.github.io › react-json-view
react-json-view
A React component for displaying and editing javascript arrays and JSON objects.
Videos
14:18
Build a React.js JSON Viewer & Editor App to Render JSON ...
14:40
JSON Viewer App | React JS - YouTube
05:22
#3 Try REACTJS Tutorial - Display Json Data - YouTube
20:35
Create Your Own JSON Formatter with JavaScript (Prettify/Minify) ...
How to Pretty Print JSON | React Tutorial
How to Read Local JSON File in React JS? JSON with React - YouTube
npm
npmjs.com › package › react-json-editor-viewer
react-json-editor-viewer - npm
React JSON Editor and JSON Viewer. Latest version: 1.0.7, last published: 6 years ago. Start using react-json-editor-viewer in your project by running `npm i react-json-editor-viewer`. There are 5 other projects in the npm registry using react-json-editor-viewer.
» npm install react-json-editor-viewer
Published Jul 29, 2019
Version 1.0.7
Author Constant Oduol
Repository https://github.com/constantoduol/JSONEditor
npm
npmjs.com › package › react-json-view
react-json-view - npm
» 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
GitHub
github.com › CarlosNZ › json-edit-react
GitHub - CarlosNZ/json-edit-react: React component for editing/viewing JSON/object data · GitHub
Starred by 616 users
Forked by 37 users
Languages TypeScript 86.8% | CSS 5.5% | Python 4.1% | JavaScript 3.4% | HTML 0.2%
GitHub
github.com › constantoduol › JSONEditor
GitHub - constantoduol/JSONEditor: A react visual json editor
import {JSONEditor} from 'react-json-editor-viewer'; constructor(){ this.onJsonChange = this.onJsonChange.bind(this); } onJsonChange(key, value, parent, data){ console.log(key, value, parent, data); } <JSONEditor data={{ the: "men", that: "landed", on: "the", moon: "were", maybe: 2, i: "think", probably: ["neil armstrong", "buzz aldrin"], am_i_right: true }} collapsible onChange={this.onJsonChange} view="dual" />
Starred by 103 users
Forked by 18 users
Languages JavaScript 99.5% | HTML 0.5% | JavaScript 99.5% | HTML 0.5%
Reddit
reddit.com › r/reactjs › json viewer with editor
r/reactjs on Reddit: JSON Viewer with Editor
August 1, 2017 -
I'm looking for feedback on react-json-view
it's a production-ready component for displaying and interacting with JSON objects.
Here's the Component Demo
features include:
base-16 themes
add/edit/delete nodes
clipboard enabled
clickable collapse/expand
I see this component being useful for any technical docs that allude to JSON data structures.
what would you use it for?
what features would you like to see added?
is there any reason this wouldn't be your go-to JSON and array viewer?
thank you for feedback!
Top answer 1 of 4
2
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.
2 of 4
2
Looks great! Starred for future use
npm
npmjs.com › package › @uiw › react-json-view
@uiw/react-json-view - npm
A React component for displaying and editing javascript arrays and JSON objects.
» 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
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
A React component for displaying and editing javascript arrays and JSON objects. - uiwjs/react-json-view
Starred by 402 users
Forked by 24 users
Languages TypeScript 98.0% | HTML 2.0%
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.
CodeSandbox
codesandbox.io › examples › package › react-json-editor-viewer
react-json-editor-viewer examples - CodeSandbox
Use this online react-json-editor-viewer playground to view and fork react-json-editor-viewer example apps and templates on CodeSandbox.
Replit Docs
docs.replit.com › extensions › examples › json-editor
Create a JSON editor
Build a custom JSON editor extension for Replit using React and react-json-view to enable structured editing and code folding of JSON files.
npm
npmjs.com › package › json-edit-react
json-edit-react - npm
Latest version: 1.29.0, last published: 4 months ago. Start using json-edit-react in your project by running `npm i json-edit-react`. There are 29 other projects in the npm registry using json-edit-react.
» npm install json-edit-react
Published Oct 01, 2025
Version 1.29.0
Author Carl Smith
Repository https://github.com/CarlosNZ/json-edit-react
Ismaelga
ismaelga.github.io › react-json-editor
react-json-editor - A React dynamic form component for react using JSON-Schema.
We cannot provide a description for this page right now
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.
GitHub
github.com › microlinkhq › react-json-view
GitHub - microlinkhq/react-json-view: JSON viewer for React · GitHub
react-json-view (rjv) is a React component for displaying and editing javascript arrays and JSON objects.
Starred by 383 users
Forked by 68 users
Languages JavaScript 99.5% | SCSS 0.5%
CodeSandbox
codesandbox.io › s › react-json-view-4z348
react-json-view - CodeSandbox
August 16, 2020 - react-json-view by rhgrieve using @fortawesome/fontawesome-svg-core, @fortawesome/free-regular-svg-icons, @fortawesome/free-solid-svg-icons, @fortawesome/react-fontawesome, aphrodite, clipboard, prism-react-renderer, react, react-alert
GitHub
github.com › YYsuni › react18-json-view
GitHub - YYsuni/react18-json-view: JSON viewer for react18
(params: { node: any; indexOrName: ... any> | Array<any>; parentPath: string[], currentPath: string[] } The editor uses JSON.parse(<input-value>)....
Starred by 334 users
Forked by 31 users
Languages TypeScript 94.6% | CSS 3.8% | JavaScript 1.6% | TypeScript 94.6% | CSS 3.8% | JavaScript 1.6%