Hy @PennyZhao
You can use json explorer instead of json editor for non-editable data.
[image] Answer from WidleStudioLLP on community.retool.com
GitConnected
levelup.gitconnected.com › simplest-way-to-add-json-editor-to-nextjs-application-6baa71b5b4dd
How to Add a JSON Editor to a React + Next.js Application | by Hoang Subin | Level Up Coding
May 30, 2020 - A simple guide to adding a JSON Editor to a server-side rendered application built with React and Next.js
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....
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
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
[AskJS] Does anyone know of any local JSON editor with GUI? (Windows)
Vscode More on reddit.com
JSON Studio | A minimalist JSON Viewer & Editor
Works great even on mobile. How ca i reuse this in my website? More on reddit.com
Videos
04:10
Build a JSON Editor to Format, Validate & Minify JSON in ...
04:08
Build a React.js JSON Editor Web App in Browser to Format,Validate ...
02:52
JSON, I hardly know 'er - YouTube
02:30
What Are Some Good JSON Editors? - The Friendly Statistician - YouTube
06:09
Build a Next.js JSON Editor Offline Web App to Format ...
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
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.
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
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
Repository https://github.com/json-editor/json-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
OneCompiler
onecompiler.com › javascript › 3wzdrxh2v
JSON - JavaScript - OneCompiler
The editor shows sample boilerplate code when you choose language as Javascript and start coding.