🌐
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%
🌐
Carlosnz
carlosnz.github.io › json-edit-react
JSON•Edit•React
A highly-configurable React component for editing or viewing JSON/object data
🌐
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%
🌐
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 › json-edit-react
json-edit-react - npm
React component for editing or viewing JSON/object data. 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 ...
      » npm install json-edit-react
    
Published   Oct 01, 2025
Version   1.29.0
Author   Carl Smith
🌐
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!

🌐
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
In this tutorial, we will create a JSON editor Extension with React and the react-json-view package. Our application will display a JSON file’s content and allow users to edit, add or delete properties directly from the editor.
Find elsewhere
🌐
Tim Santeford
timsanteford.com › posts › building-a-custom-json-editor-in-react-with-and-without-react-json-view
Building a Custom JSON Editor in React with and without react-json-view - Tim Santeford
First, let’s start by installing @microlink/react-json-view, a maintained and powerful library for editing JSON data in React. ... Next, we’ll create a JSON editor component using @microlink/react-json-view.
🌐
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-ajrm
react-json-editor-ajrm - npm
A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!. Latest version: 2.5.14, last published: 3 years ago. Start using react-json-editor-ajrm in your project by running `npm i ...
      » npm install react-json-editor-ajrm
    
Published   Jan 29, 2023
Version   2.5.14
Author   andrew.redican.mejia@gmail.com
🌐
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.
🌐
npms
npms.io › search
react-json-editor-viewer
npms was built to empower the javascript community by providing a better and open sourced search for node modules.
🌐
DhiWise
dhiwise.com › post › mastering-data-visualization-with-react-json-viewer-components
Best Practices for Implementing a React JSON Viewer
September 5, 2024 - To enable edit mode in React JSON Viewer, you can set the onEdit prop to a callback function that handles json data. This will turn the viewer into an interactive editor, allowing users to change values, add new key-value pairs, or delete existing ...
🌐
CodeSandbox
codesandbox.io › examples › package › jsoneditor-react
jsoneditor-react examples - CodeSandbox
Use this online jsoneditor-react playground to view and fork jsoneditor-react example apps and templates on CodeSandbox.
🌐
jsDelivr
jsdelivr.com › package › npm › react-json-editor-viewer
react-json-editor-viewer CDN by jsDelivr - A CDN for npm and GitHub
July 29, 2019 - A free, fast, and reliable CDN for react-json-editor-viewer. React JSON Editor and JSON Viewer
Published   Nov 15, 2017
🌐
DhiWise
dhiwise.com › post › mastering-jsoneditor-react-for-efficient-data-manipulation
Mastering JSONEditor React: A Comprehensive Guide
October 25, 2023 - JSONEditor React is a powerful tool that allows developers to create, edit, and view JSON data in a user-friendly format. Learn about JSONEditor React component.
🌐
npm
npmjs.com › package › jsoneditor-react
jsoneditor-react - npm
You can view usage of jsoneditor-react using our storybook. ... Right now only one story exporting in storybook: /stories/Editor.jsx, to add more use /.storybook/config.js
      » npm install jsoneditor-react
    
Published   Dec 17, 2021
Version   3.1.2
Author   Ivan Kopeykin