🌐
GitHub
github.com › constantoduol › JSONEditor
GitHub - constantoduol/JSONEditor: A react visual json editor
A react visual json editor. Contribute to constantoduol/JSONEditor development by creating an account on GitHub.
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 › 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
🌐
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 › 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%
🌐
Bytescrum
blog.bytescrum.com › how-to-use-jsoneditor-in-a-react-app
How to Use JSONEditor in a React App
March 29, 2024 - powerful tool for editing JSON data in a visual interface. In this tutorial, we'll walk through how to integrate JSONEditor into a React app to import JSON data from a file, edit it using the JSONEditor interface, and save the updated JSON data ...
🌐
GitHub
github.com › ogaoga › json-visual-editor
GitHub - ogaoga/json-visual-editor: Web based JSON Editor powered by React. · GitHub
Web based JSON Editor powered by React. https://ogaoga.github.io/json-visual-editor/
Starred by 114 users
Forked by 38 users
Languages   TypeScript 65.5% | JavaScript 21.2% | SCSS 10.9% | HTML 2.4%
🌐
GitHub
github.com › jianxiaoBai › react-json-editor-ui
GitHub - jianxiaoBai/react-json-editor-ui: React-based visual json editor. · GitHub
import * as React from 'react' import * as ReactDOM from 'react-dom' import JsonEditor, { JsonEditorRef } from 'react-json-editor-ui' const App = () => { const editorRef = React.useRef<JsonEditorRef>(null) const [editObject, setEditObject] = React.useState<any>({ name: 'may', age: null, address: [ 'Panyu Shiqiao on Canton', 'Tianhe', { city: 'forida meta 11', }, ], others: { id: 1246, joinTime: '2017-08-20.
Starred by 48 users
Forked by 11 users
Languages   JavaScript 91.3% | TypeScript 7.0% | CSS 1.5% | HTML 0.2%
🌐
CodeSandbox
codesandbox.io › s › rc-visual-json-editor-rgc4t
rc-visual-json-editor - CodeSandbox
April 3, 2020 - Visual JSON Editor for React base on Ant-Design.
Published   Apr 03, 2020
Find elsewhere
🌐
React.js Examples
reactjsexample.com › react-based-visual-json-editor
React-based visual json editor
September 28, 2022 - import * as React from 'react' import * as ReactDOM from 'react-dom' import JsonEditor from 'react-json-editor-ui' import 'react-json-editor-ui/dist/react-json-editor-ui.cjs.development.css' const App = () => { const [editObject, setEditObject] = React.useState<any>({ name: 'may', age: null, address: [ 'Panyu Shiqiao on Canton', 'Tianhe', { city: 'forida meta 11', }, ], ohters: { id: 1246, joinTime: '2017-08-20.
🌐
GitHub
github.com › shridhar-tl › react-json-editor
GitHub - shridhar-tl/react-json-editor: Contains source code for the JSON Editor package available in NPM
Identify the url stored as value and highlight it for visual difference. Easily customize colors, styles, size and icons by just overriding the css. This component can be used in your page where you would like the JSON Editor to be rendered to the end user. This component would expect the JavaScript object to be passed as value.
Author   shridhar-tl
🌐
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.
🌐
Ogaoga
ogaoga.github.io › json-visual-editor
JSON Visual Editor
JSON Visual Editor, made with React, Redux Toolkit, Bootstrap, etc., enables you to see visualized JSON data as tables.
🌐
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
🌐
npm
npmjs.com › package › react-json-editor-viewer
react-json-editor-viewer - npm
npm i react-json-editor-viewer · import {JSONViewer} from 'react-json-editor-viewer'; <JSONViewer · data={{ the: "men", that: "landed", on: "the", moon: "were", maybe: 2, i: "think", probably: ["neil armstrong", "buzz aldrin"], am_i_right: true · }} /> import {JSONViewer} from 'react-json-editor-viewer'; <JSONViewer ·
      » npm install react-json-editor-viewer
    
Published   Jul 29, 2019
Version   1.0.7
Author   Constant Oduol
🌐
CodeSandbox
codesandbox.io › examples › package › react-json-editor-ui
react-json-editor-ui examples - CodeSandbox
dynamic json viewer or editor (forked) moulisunderaj66Find more examples or templates · About> React-based visual json editor.341Weekly Downloads · Latest version1.1.0 · LicenseMIT · External Links ·
🌐
DhiWise
dhiwise.com › post › mastering-jsoneditor-react-for-efficient-data-manipulation
Mastering JSONEditor React: A Comprehensive Guide
October 25, 2023 - To use ACE Editor in a React application, you can use the react-ace library, which provides a React wrapper for ACE Editor. ... 1import React from 'react'; 2import AceEditor from 'react-ace'; 3 4import 'ace-builds/src-noconflict/mode-json'; ...
🌐
npm
npmjs.com › package › jsoneditor-react
jsoneditor-react - npm
const JsonEditor = importedComponent(() => Promise.all([ import(/* webpackChunkName:'jsoneditor' */'jsoneditor-react'), import(/* webpackChunkName:'jsoneditor' */'brace'), import(/* webpackChunkName:'jsoneditor' */'ajv'), import(/* webpackChunkName:'jsoneditor' */'brace/mode/json'), import(/* webpackChunkName:'jsoneditor' */'brace/theme/github') ]).then(([{ JsonEditor: Editor }, ace, Ajv ]) => { const ajv = new Ajv(); return function EditorHoc(props) { return ( <Editor ace={ace} ajv={ajv} theme="ace/theme/github" {...props} /> ); } }));
      » npm install jsoneditor-react
    
Published   Dec 17, 2021
Version   3.1.2
Author   Ivan Kopeykin
🌐
visual-json
visual-json.dev
visual-json | The Visual JSON Editor for Humans
react^19.0.0 · react-dom^19.0.0 · ▶devDependencies · @types/react^19.0.0 · typescript^5.6.0 · eslint^9.0.0 · ▶engines · node>=18Ask AI⌘K · visual-json docs ·