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
Repository https://github.com/CarlosNZ/json-edit-react
Videos
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 › ogaoga › json-visual-editor
GitHub - ogaoga/json-visual-editor: Web based JSON Editor powered by React. · GitHub
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
Published Apr 03, 2020
Repository https://codesandbox.io/s/rgc4t
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
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.
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
Repository https://github.com/constantoduol/JSONEditor
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 ·
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
Repository https://github.com/vankop/jsoneditor-react
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 ·