🌐
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%
🌐
DEV Community
dev.to › jeremyling › a-react-material-ui-library-to-build-any-form-with-only-json-config-5ck5
A React Material UI Library to Build Any Form With Only JSON Config - DEV Community
November 12, 2021 - Suppose we want to create a form to collect shipping address. Here's how we can replicate the form below with just JSON config and the open-source library I built @jeremyling/react-material-ui-form-builder.
🌐
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
🌐
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.
🌐
MUI
mui.com › toolpad › studio › concepts › theming
Theming - Toolpad Studio
Once you click on the sx prop, add style overrides in the JSON editor. Any value that is accepted by the MUI System sx prop is acceptable here.
🌐
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.
Author   CarlosNZ
Find elsewhere
🌐
npm Trends
npmtrends.com › jsoneditor-vs-jsoneditor-for-react-vs-jsonforms-vs-material-ui-schema-form-vs-react-json-editor-vs-react-json-editor-ajrm-vs-react-json-view-vs-react-jsonschema-form
jsoneditor vs jsoneditor-for-react vs jsonforms vs material-ui-schema-form vs react-json-editor vs react-json-editor-ajrm vs react-json-view vs react-jsonschema-form | npm trends
Comparing trends for jsoneditor 10.4.1 which has 205,183 weekly downloads and 12,073 GitHub stars vs. jsoneditor-for-react 0.0.1 which has 89 weekly downloads and 6 GitHub stars vs. jsonforms 1.4.4 which has 348 weekly downloads and 2,550 GitHub stars vs. material-ui-schema-form 0.9.9 which ...
🌐
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 › 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!

🌐
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%
🌐
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
Author   json-editor
🌐
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
🌐
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.