GitHub
github.com › andrewlowndes › material-jsoneditor
GitHub - andrewlowndes/material-jsoneditor: Simple JSON Editor component built for use in Material UI projects
A simple editor library for visually editing JSON objects built using Material UI.
Starred by 6 users
Forked by 2 users
Languages TypeScript 96.8% | JavaScript 3.0% | Shell 0.2% | TypeScript 96.8% | JavaScript 3.0% | Shell 0.2%
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
npm
npmjs.com › package › jsoneditor
jsoneditor - npm
JSON Editor is a web-based tool to view, edit, format, and validate JSON. It has various modes such as a tree editor, a code editor, and a plain text editor. The editor can be used as a component in your own web application.
» npm install jsoneditor
Published Oct 15, 2025
Version 10.4.2
Author Jos de Jong
Repository https://github.com/josdejong/jsoneditor
Homepage https://jsoneditoronline.org
JSON Editor Online
jsoneditoronline.org
JSON Editor Online: edit JSON, format JSON, query JSON
Copy and paste your JSON file in the JSON editor, or load it from disk via the menu or via drag-and-drop. Then, you can edit the contents similar to how you use any text editor: enter new content with your keyboard, and right-click to open a ...
CodeSandbox
codesandbox.io › examples › package › react-json-edit
react-json-edit examples - CodeSandbox
Use this online react-json-edit playground to view and fork react-json-edit example apps and templates on CodeSandbox.
MUI
mui.com › material-ui › discover-more › related-projects
Related projects - Material UI
mui-tiptap: A customizable Material UI-styled WYSIWYG rich text editor, built with Tiptap. react-hook-form-mui: Material UI and react-hook-form combined. formik-material-ui: Bindings for using Material UI with formik. mui-rff: Bindings for using Material UI with React Final Form. @ui-schema/ds-material Bindings for using Material UI with UI Schema. JSON Schema compatible.
GitHub
github.com › CarlosNZ › json-edit-react
GitHub - CarlosNZ/json-edit-react: React component for editing/viewing JSON/object data · GitHub
The user can edit the entire JSON object (or a sub-node) as raw text (provided you haven't restricted it using a restrictEdit function). By default, we just display a native HTML textarea element for plain-text editing. However, you can offer a more sophisticated text/code editor by passing the component into the TextEditor prop.
Starred by 616 users
Forked by 37 users
Languages TypeScript 86.8% | CSS 5.5% | Python 4.1% | JavaScript 3.4% | HTML 0.2%
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
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
GitHub
github.com › affiliate-os › react-json-schema-form-builder-mui
GitHub - affiliate-os/react-json-schema-form-builder-mui: Visual editor for forms based on json schema, built in React JS
Visual editor for forms based on json schema, built in React JS - affiliate-os/react-json-schema-form-builder-mui
Author affiliate-os
npm
npmjs.com › package › react-jsonschema-form-material-ui
react-jsonschema-form-material-ui - npm
Material UI implementation of react-jsonschema-form with UI and XHR Schema.. Latest version: 3.0.0-rc.10, last published: 3 years ago. Start using react-jsonschema-form-material-ui in your project by running `npm i react-jsonschema-form-material-ui`...
» npm install react-jsonschema-form-material-ui
Published Dec 19, 2022
Version 3.0.0-rc.10
Author Vipin Tanna
GitHub
github.com › TexteaInc › json-viewer
GitHub - TexteaInc/json-viewer: not only a JSON viewer
✏️ Editor: Comes with an editor for basic types, which you can also customize to fit your use case. @textea/json-viewer is using Material-UI as the base component library, so you need to install it and its peer dependencies first. npm install ...
Starred by 523 users
Forked by 52 users
Languages TypeScript 96.4% | JavaScript 3.6% | TypeScript 96.4% | JavaScript 3.6%
GitHub
github.com › json-editor › json-editor
GitHub - json-editor/json-editor: JSON Schema Based Editor · GitHub
Base64 Editor Example (Muiltple Upload) - https://json-editor.github.io/json-editor/multiple_upload_base64.html
Starred by 4.9K users
Forked by 702 users
Languages JavaScript 61.9% | HTML 36.2% | CSS 1.9%
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.
npm
npmjs.com › package › jsoneditor-react
jsoneditor-react - npm
import Ajv from 'ajv'; const ajv = new Ajv({ allErrors: true, verbose: true }); ... render() { return ( <Editor value={yourJson} onChange={this.handleChange} ajv={ajv} schema={yourSchema} /> ); } ... import ace from 'brace'; import ...
» npm install jsoneditor-react
Published Dec 17, 2021
Version 3.1.2
Author Ivan Kopeykin
Repository https://github.com/vankop/jsoneditor-react
Npm
npm.io › package › jsoneditor
Jsoneditor NPM | npm.io
JSON Editor is a web-based tool to view, edit, format, and validate JSON. It has various modes such as a tree editor, a code editor, and a plain text editor. The editor can be used as a component in your own web application.