🌐
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.
🌐
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
🌐
npm
npmjs.com › package › react-json-view
react-json-view - npm
RJV is a React component for displaying and editing javascript arrays and JSON objects.
      » npm install react-json-view
    
Published   Mar 09, 2021
Version   1.21.3
Author   Mac Gainor
🌐
GitHub
github.com › CarlosNZ › json-edit-react
GitHub - CarlosNZ/json-edit-react: React component for editing/viewing JSON/object data · GitHub
React component for editing/viewing JSON/object data - CarlosNZ/json-edit-react
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!

🌐
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
🌐
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%
Find elsewhere
🌐
ReactScript
reactscript.com › home › 7 best react based json viewer to help view & edit json data (2026 update)
7 Best React Based JSON Viewer To Help View & Edit JSON Data (2026 Update) - ReactScript
December 11, 2025 - Editable & Extendable – Supports editing and adding new properties. Update Highlighting – Option to highlight changes. ... A React component for displaying and editing javascript arrays and JSON objects.
🌐
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
🌐
DhiWise
dhiwise.com › post › mastering-data-visualization-with-react-json-viewer-components
Best Practices for Implementing a React JSON Viewer
September 5, 2024 - Edit mode is a powerful feature of React JSON Viewer that functions as a json editor, allowing users to modify the JSON data directly within the viewer.
🌐
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
Published   Aug 14, 2020
Author   rhgrieve
🌐
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%