GitHub
github.com › json-editor › json-editor
GitHub - json-editor/json-editor: JSON Schema Based Editor · GitHub
If true, remove all Edit JSON buttons from objects. ... If true, remove all Edit Properties buttons from objects. ... If true, array controls (add, delete etc) will be displayed at top of list. ... The first part of the `name` attribute of form inputs in the editor. An full example name is `root[person][name]` where "root" is the form_name_root.
Starred by 4.9K users
Forked by 703 users
Languages JavaScript 61.9% | HTML 36.2% | CSS 1.9%
npm
npmjs.com › package › @types › jsoneditor
@types/jsoneditor - npm
TypeScript definitions for jsoneditor. Latest version: 9.9.6, last published: 3 months ago. Start using @types/jsoneditor in your project by running `npm i @types/jsoneditor`. There are 9 other projects in the npm registry using @types/jsoneditor.
» npm install @types/jsoneditor
Published Aug 12, 2025
Version 9.9.6
angular2 directives - Json editor wanted for angular 2 - Stack Overflow
I am working on angular 2 with typescript and wondering if there is a workable jsoneditor like this https://github.com/josdejong/jsoneditor for angular2? thanks More on stackoverflow.com
Make it TypeScript compatible
I am using typescript in my project and e.g. when I use "createAjvValidator" and pass it a schema, TypeScript complains because due to the comment in the code it thinks there is some JSON type and ... More on github.com
[AskJS] Does anyone know of any local JSON editor with GUI? (Windows)
Vscode More on reddit.com
Best Angular JSON editor?
Could use Monaco editor. It's open source and has been easy to work with ime and is feature rich https://github.com/microsoft/monaco-editor Edit: added GitHub link More on reddit.com
How do I generate TypeScript types from API response JSON?
Simply paste your API response JSON into our converter to instantly generate corresponding TypeScript interfaces. The tool analyzes your data structure, infers types from values, and creates properly formatted definitions. You can download the .d.ts file or copy the code directly into your TypeScript project for immediate use.
jsontotable.net
jsontotable.net › json-to-typescript
JSON to TypeScript Converter – Free Online | JsonToTable
Why should I convert JSON to TypeScript interfaces?
Converting JSON to TypeScript interfaces provides strong type safety, enabling IDE autocomplete and catching type errors at compile time. Our converter automatically generates accurate TypeScript definitions from your JSON data, saving hours of manual work and improving code maintainability for large-scale applications.
jsontotable.net
jsontotable.net › json-to-typescript
JSON to TypeScript Converter – Free Online | JsonToTable
What's the difference between TypeScript interfaces and types for JSON data?
Our converter generates interfaces by default because they're more extensible and better suited for object-oriented patterns in JSON data modeling. Interfaces support declaration merging and are preferred for defining object shapes from API responses, though you can modify the generated code to use type aliases if needed.
jsontotable.net
jsontotable.net › json-to-typescript
JSON to TypeScript Converter – Free Online | JsonToTable
Videos
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
npm
npmjs.com › package › @types › json-editor
@types/json-editor - npm
November 21, 2023 - Latest version: 0.0.10, last published: 2 years ago. Start using @types/json-editor in your project by running `npm i @types/json-editor`. There are 2 other projects in the npm registry using @types/json-editor.
» npm install @types/json-editor
Published Nov 21, 2023
Version 0.0.10
Editor.js
editorjs.io
Editor.js
For example, you can implement Blocks for Tweets, Instagram posts, surveys and polls, CTA buttons, and even games.", } , tunes: { footnotes: [ "Just take a look at our Creating Block Tool guide. You'll be surprised.", ] , } , } , { id: "ksCokKAhQw", type: "paragraph", data: { text: "Classic WYSIWYG editors produce raw HTML-markup with both content data and content appearance. On the contrary, <mark class="cdx-marker">Editor.js outputs JSON object</mark> with data of each Block.", } , } , { id: "XKNT99-qqS", type: "attaches", data: { file: { url: "https://drive.google.com/user/catalog/my-file.p
GitHub
github.com › rhidium › json-editor
GitHub - rhidium/json-editor: A simple web-based JSON file editor, written in TypeScript.
// CommonJS const { startJSONEditor } = require('@rhidium/json-editor') const { readFileSync } = require('fs') // ESM import { startJSONEditor } from '@rhidium/json-editor' import { readFileSync } from 'fs' const jsonSchema = readFileSync('./config.schema.json', 'utf-8'); startJSONEditor({ port: 3000, dataFilePath: './config.json', data: {}, // Default data, if not read from file createBackup: true, schemaString: jsonSchema }, { // Some additional editor options // All native @json-editor/json-editor options are available // These are our defaults theme: 'bootstrap5', iconlib: "fontawesome5", disable_collapse: false, disable_edit_json: true, disable_properties: true, no_additional_properties: true, })
Author rhidium
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
CodeSandbox
codesandbox.io › s › jsoneditor-react-typescript-2fwsy
JSONEditor + React + TypeScript - CodeSandbox
July 7, 2019 - JSONEditor + React + TypeScript using @types/react-jsonschema-form, mathjs, react, react-dom, react-jsonschema-form, react-scripts-ts
Published Jul 07, 2019
Repository https://codesandbox.io/s/2fwsy
GitHub
github.com › mariohmol › ang-jsoneditor
GitHub - mariohmol/ang-jsoneditor: Angular Jsoneditor that works with angular 4 to angular 15
<json-editor class="col-md-12" #editorExample style="min-height: 300px;" [options]="editorOptionsData" [data]="dataStructure"></json-editor> For code view you can change the height using this example:
Starred by 162 users
Forked by 101 users
Languages TypeScript 91.3% | HTML 8.1% | TypeScript 91.3% | HTML 8.1%
Json-editor
json-editor.github.io › json-editor
JSON Editor Interactive Example
You can also make changes to the JSON here and set the value in the editor by clicking "Update Form" Update Form
Formatterjson
formatterjson.org › home › json tools › json to typescript
JSON to TypeScript — Generate TypeScript Interfaces from JSON Online | DevTools Workspace
Paste a sample JSON object and get a TypeScript interface or type definition. Use it for API contracts, frontend models, or documentation. The tool infers types from your data and outputs ready-to-use code. All processing runs in your browser—no data is sent to any server. Part of the formatterjson.org developer data tools platform. Paste or type your input into the editor on the left panel.
Stack Overflow
stackoverflow.com › questions › 34849812 › json-editor-wanted-for-angular-2
angular2 directives - Json editor wanted for angular 2 - Stack Overflow
October 7, 2016 - I am working on angular 2 with typescript and wondering if there is a workable jsoneditor like this https://github.com/josdejong/jsoneditor for angular2? thanks
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
QuickType
quicktype.io › typescript
JSON to TypeScript
$ npm install -g quicktype$ npm install -g quicktypeGenerate TypeScript for a simple JSON sample$ echo '[1, 2, 3.14]' | quicktype --lang ts
GitHub
github.com › josdejong › svelte-jsoneditor › issues › 19
Make it TypeScript compatible · Issue #19 · josdejong/svelte-jsoneditor
September 2, 2021 - I am using typescript in my project and e.g. when I use "createAjvValidator" and pass it a schema, TypeScript complains because due to the comment in the code it thinks there is some JSON type and my data is not of that type. It would be...
Author apirogov
Reddit
reddit.com › r/javascript › [askjs] does anyone know of any local json editor with gui? (windows)
r/javascript on Reddit: [AskJS] Does anyone know of any local JSON editor with GUI? (Windows)
February 7, 2025 -
I'd like to be able to view and edit the entries on a local JSON file, including adding and removing entries.
Some of the fields are paths to images or videos (they're stored in the same folder as the JSON file). I'd like those to be shown in the editor.
Is there an app that does that?
Top answer 1 of 5
9
Vscode
2 of 5
7
not sure exactly what you are asking for, but notepad++ plus the json extensions works pretty good for me. but json files are straight text files you can edit in any text editor. Are you looking for something to give you like an edit grid so you aren't directly editing the text?
JSON Editor Online
jsoneditoronline.org › indepth
Indepth | Learn more about JSON
You can blindly cast the data to your TypeScript model, but there is more to this: ideally you validate your data before casting it. Learn how to go about this. ... The issue originates from using JSON for configuration files, whereas JSON is a data format in the first place. Learn what you can do about it. ... JavaScript's built-in JSON parser can corrupt large numbers. In this article we explain the problem in-depth and show how we solved it in JSON Editor ...