🌐
GitHub
github.com › andrewlowndes › material-jsoneditor
GitHub - andrewlowndes/material-jsoneditor: Simple JSON Editor component built for use in Material UI projects
Visit https://andrewlowndes.github.io/material-jsoneditor/dist/ to use the pre-built editor online.
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%
🌐
JSON Editor Online
jsoneditoronline.org
JSON Editor Online: edit JSON, format JSON, query JSON
JSON Editor Online is the original and most copied JSON Editor on the web. Use it to view, edit, format, repair, compare, query, transform, validate, and share your JSON data.
🌐
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
A web-based tool to view, edit, format, and validate JSON. Latest version: 10.4.2, last published: 5 months ago. Start using jsoneditor in your project by running `npm i jsoneditor`. There are 427 other projects in the npm registry using jsoneditor.
      » npm install jsoneditor
    
Published   Oct 15, 2025
Version   10.4.2
Author   Jos de Jong
🌐
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%
🌐
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.
🌐
npm
npmjs.com › package › json-edit-react
json-edit-react - npm
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 json-edit-react.
      » npm install json-edit-react
    
Published   Oct 01, 2025
Version   1.29.0
Author   Carl Smith
🌐
GitHub
github.com › sujinleeme › react-json-editor
sujinleeme/react-json-editor: 🖌 A simple JSON online editor
🖌 JSON Studio - JSON Schema Based Editor. Contribute to sujinleeme/json-studio development by creating an account on GitHub.
Starred by 151 users
Forked by 21 users
Languages   TypeScript 55.2% | JavaScript 40.0% | HTML 3.1% | CSS 1.7%
Find elsewhere
🌐
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!

🌐
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 703 users
Languages   JavaScript 61.9% | HTML 36.2% | CSS 1.9%
🌐
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 @textea/json-viewer @mui/material @emotion/react @emotion/styled
Starred by 523 users
Forked by 52 users
Languages   TypeScript 96.4% | JavaScript 3.6% | TypeScript 96.4% | JavaScript 3.6%
🌐
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 ...
🌐
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.
🌐
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
🌐
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.
🌐
React Split
uiwjs.github.io › react-json-view
react-json-view
A React component for displaying and editing javascript arrays and JSON objects.