Hy @PennyZhao You can use json explorer instead of json editor for non-editable data. [image] Answer from WidleStudioLLP on community.retool.com
🌐
Oxygen XML
oxygenxml.com › json.html
JSON
JSON, or JavaScript Object Notation, ... simple data structures and associative arrays, called objects. ... Oxygen provides a specialized JSON editor with a variety of editing features and helper views....
Discussions

JSON editor - read only
I want to display user input in a JSON format so users can copy it and send it to the data team without modifying it. I tried using the JSON Editor component, but I need it to be non-editable to prevent accidental changes. Can we make the JSON Editor read-only? More on community.retool.com
🌐 community.retool.com
1
2
July 3, 2024
json editor - discuss.CodeMirror
I’m using the lib “react-codemirror2” to make a JSON editor. But I can’t set the styles as I need. [This is what I want to get 333 — ImgBB This is how I’m trying to implement, I’ve tried setting styles for various modifiers, but nothing helps, and the default styles don’t change: ... More on discuss.codemirror.net
🌐 discuss.codemirror.net
0
October 17, 2022
[AskJS] Does anyone know of any local JSON editor with GUI? (Windows)
🌐 r/javascript
33
February 7, 2025
JSON Studio | A minimalist JSON Viewer & Editor
Works great even on mobile. How ca i reuse this in my website? More on reddit.com
🌐 r/javascript
3
3
June 13, 2018
🌐
GitHub
github.com › josdejong › jsoneditor
GitHub - josdejong/jsoneditor: A web-based tool to view, edit, format, and validate JSON · GitHub
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.
Starred by 12.2K users
Forked by 2.1K users
Languages   JavaScript 87.7% | SCSS 6.7% | HTML 5.6%
🌐
GitHub
github.com › tangram-js › json-editor
GitHub - tangram-js/json-editor: A JSON schema based editor for JSON document. It provides a tree view to present the structure of JSON document, user could manipulate the JSON from context menu. It also has a text view to present the content of JSON document, user may edit JSON within. Develop with Vue.js 2. · GitHub
A JSON schema based editor for JSON document. It provides a tree view to present the structure of JSON document, user could manipulate the JSON from context menu. It also has a text view to present the content of JSON document, user may edit ...
Starred by 249 users
Forked by 45 users
Languages   Vue 54.2% | JavaScript 45.6% | HTML 0.2%
🌐
JSON Viewer
jsonviewer.stack.hu
Online JSON Viewer and Formatter
JSON Viewer and Formatter - Convert JSON Strings to a Friendly Readable Format
Find elsewhere
🌐
Anvil
useanvil.com › help › tutorials › advanced-json-editor
Using the advanced JSON editor
Advanced JSON editor tutorial: We walk you through writing a PDF (cast) field expression to calculate an submission field multiplied by another value. MDN Web Docs: an open-source guide covering various Web platform technologies. MDN Web Docs is particularly helpful in getting a high level understanding of JavaScript expressions.
🌐
CodeMirror
discuss.codemirror.net › t › json-editor › 5150
json editor - discuss.CodeMirror
October 17, 2022 - I’m using the lib “react-codemirror2” to make a JSON editor. But I can’t set the styles as I need. [This is what I want to get 333 — ImgBB This is how I’m trying to implement, I’ve tried setting styles for various modif…
🌐
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.
🌐
Prettier
prettier.io
Prettier · Opinionated Code Formatter · Prettier
Integrates with most editors · Has few options » · Your code is formatted on save · No need to discuss style in code review · Saves you time and energy · And more » · JavaScript · JSX · Flow · TypeScript · JSON · CSS · Less · SCSS · styled-components 💅 ·
🌐
GitHub
github.com › json-editor › json-editor
GitHub - json-editor/json-editor: JSON Schema Based Editor · GitHub
Watching fields by itself doesn't do anything. For the example above, you need to tell JSON Editor that full_name should be fname [space] lname. JSON Editor uses a javascript template engine to accomplish this.
Starred by 4.9K users
Forked by 703 users
Languages   JavaScript 61.9% | HTML 36.2% | CSS 1.9%
🌐
Daviddurman
daviddurman.com › jquery-json-editor-plugin.html
JSON editor and viewer jQuery plugin
Turn your JSON objects into a visual tree viewer and editor with JSONMate and its jQuery plugin.
🌐
jsDelivr
jsdelivr.com › package › npm › json-text-editor
json-text-editor CDN by jsDelivr - A CDN for npm and GitHub
April 2, 2022 - A free, fast, and reliable CDN for json-text-editor. Native JSON text editor with indentation and syntax highlighting on the fly.
Published   Jan 16, 2021
🌐
CodeSandbox
codesandbox.io › s › json-editor-9mgniu
JSON Editor - CodeSandbox
June 9, 2022 - JSON Editor by imjuni using @types/jsoneditor, jsoneditor, my-easy-fp, react, react-dom, react-router-dom, react-scripts
Published   Jun 09, 2022
Author   imjuni
🌐
npm
npmjs.com › package › @json-editor › json-editor
@json-editor/json-editor - npm
February 7, 2026 - JSON Schema based editor. Latest version: 2.16.0, last published: a month ago. Start using @json-editor/json-editor in your project by running `npm i @json-editor/json-editor`. There are 29 other projects in the npm registry using @json-editor/json-editor.
      » npm install @json-editor/json-editor
    
Published   Feb 07, 2026
Version   2.16.0
Author   Jeremy Dorn
🌐
Vaadin
vaadin.com › blog › wcw-26-json-editor
A powerful web component that lets you edit JSON in ...
October 21, 2019 - Unfortunately, the component does ... this by using Javascript to load the data and store it to a variable, then set the property json to that. In this example, we are going to fetch data from Star Wars API using Fetch API and display it in the editor....
🌐
npm
npmjs.com › package › vanilla-jsoneditor
vanilla-jsoneditor - npm
December 10, 2025 - <!doctype html> <html lang="en"> <head> <title>JSONEditor</title> </head> <body> <div id="jsoneditor"></div> <script type="module"> import { createJSONEditor } from 'vanilla-jsoneditor/standalone.js' // Or use it through a CDN (not recommended for use in production): // import { createJSONEditor } from 'https://unpkg.com/vanilla-jsoneditor/index.js' // import { createJSONEditor } from 'https://cdn.jsdelivr.net/npm/vanilla-jsoneditor/index.js' let content = { text: undefined, json: { greeting: 'Hello World' } } const editor = createJSONEditor({ target: document.getElementById('jsoneditor'), pro
      » npm install vanilla-jsoneditor
    
Published   Dec 10, 2025
Version   3.11.0
🌐
JsonFormatter
jsonformatter.org › json-editor
Best JSON Editor Online
JSON Editor Online helps to Edit, View, Analyse JSON data along with formatting JSON data. It's very simple and easy way to Edit JSON Data and Share with others. It's also a JSON File Editor.
🌐
OneCompiler
onecompiler.com › javascript › 3wzdrxh2v
JSON - JavaScript - OneCompiler
The editor shows sample boilerplate code when you choose language as Javascript and start coding.
🌐
JSON Crack
jsoncrack.com › editor
Editor | JSON Crack
JSON Crack Editor is a tool for visualizing into graphs, analyzing, editing, formatting, querying, transforming and validating JSON, CSV, YAML, XML, and more.