🌐
GitHub
github.com › josdejong › svelte-jsoneditor
GitHub - josdejong/svelte-jsoneditor: A web-based tool to view, edit, format, repair, query, transform, and validate JSON · GitHub
The TypeScript types (like Content, JSONSelection, and JSONPatchOperation) are defined in the following source file: https://github.com/josdejong/svelte-jsoneditor/blob/main/src/lib/types.ts · The editor can be styled using the available CSS variables.
Starred by 1.2K users
Forked by 145 users
Languages   TypeScript 53.8% | Svelte 36.8% | SCSS 6.3% | HTML 1.3% | JavaScript 1.2% | CSS 0.6%
🌐
GitHub
github.com › topics › json-editor
json-editor · GitHub Topics · GitHub
Built with Next.js 16, React 19, Monaco Editor, and Tailwind CSS 4. react json typescript pwa json-editor json-viewer nextjs developer-tools monaco-editor json-beautifier tailwindcss online-tool json-formatter json-validator
🌐
GitHub
github.com › rhidium › json-editor
GitHub - rhidium/json-editor: A simple web-based JSON file editor, written in TypeScript.
A simple web-based JSON file editor, written in TypeScript. - rhidium/json-editor
Author   rhidium
🌐
GitHub
github.com › felipecarrillo100 › react-jsoneditor-wrapper
GitHub - felipecarrillo100/react-jsoneditor-wrapper: A React Typescript wrapper for jsoneditor by josdejong.
A React Typescript wrapper for jsoneditor by josdejong. - felipecarrillo100/react-jsoneditor-wrapper
Starred by 3 users
Forked by 2 users
Languages   TypeScript 72.5% | CSS 27.5% | TypeScript 72.5% | CSS 27.5%
🌐
GitHub
github.com › json-editor › json-editor
GitHub - json-editor/json-editor: JSON Schema Based Editor · GitHub
If true, NON required properties will have an extra toggable checkbox near the title that determines if the value must be included or not in the editor´s value ... If true, displays a dialog box with a confirmation message before node deletion. ... The default value of `format` for objects. If set to table for example, objects will use table layout if `format` is not specified. ... Max depth of the nested properties to be rendered of provided json schema.
Starred by 4.9K users
Forked by 703 users
Languages   JavaScript 61.9% | HTML 36.2% | CSS 1.9%
🌐
npm
npmjs.com › package › jsoneditor
jsoneditor - npm
Thanks, GitHub Actions and LambdaTest for the generous support for this open source project! This library jsoneditor has a successor: svelte-jsoneditor. The new editor is not a one-to-one replacement, so there may be reasons to stick with jsoneditor.
      » npm install jsoneditor
    
Published   Oct 15, 2025
Version   10.4.2
Author   Jos de Jong
🌐
GitHub
github.com › mariohmol › ang-jsoneditor
GitHub - mariohmol/ang-jsoneditor: Angular Jsoneditor that works with angular 4 to angular 15
import { Component, ViewChild } from '@angular/core'; import { JsonEditorComponent, JsonEditorOptions } from 'ang-jsoneditor'; @Component({ selector: 'app-root', template: '<json-editor [options]="editorOptions" [data]="data"></json-editor>', styleUrls: ['./app.component.css'], imports: [JsonEditorComponent] }) export class AppComponent { public editorOptions: JsonEditorOptions; public data: any; // optional @ViewChild(JsonEditorComponent, { static: false }) editor: JsonEditorComponent; constructor() { this.editorOptions = new JsonEditorOptions() this.editorOptions.modes = ['code', 'text', 'tr
Starred by 162 users
Forked by 101 users
Languages   TypeScript 91.3% | HTML 8.1% | TypeScript 91.3% | HTML 8.1%
🌐
npm
npmjs.com › package › @types › jsoneditor
@types/jsoneditor - npm
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsoneditor.
      » npm install @types/jsoneditor
    
🌐
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
Find elsewhere
🌐
GitHub
github.com › josdejong › jsoneditor
GitHub - josdejong/jsoneditor: A web-based tool to view, edit, format, and validate JSON · GitHub
This library jsoneditor has a successor: svelte-jsoneditor. The new editor is not a one-to-one replacement, so there may be reasons to stick with jsoneditor.
Starred by 12.2K users
Forked by 2.1K users
Languages   JavaScript 87.7% | SCSS 6.7% | HTML 5.6%
🌐
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
🌐
npm
npmjs.com › package › @types › json-editor
@types/json-editor - npm
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-editor.
      » npm install @types/json-editor
    
🌐
GitHub
github.com › topics › json-viewer
json-viewer · GitHub Topics · GitHub
A simple react component to handle JSON editing. No dependencies. Typescript. 😉 · json json-editor json-viewer react-jsonschema-form json-typescript react-json react-json-editor react-json-tree json-tree-traversal
🌐
GitHub
github.com › topics › json-to-typescript
json-to-typescript · GitHub Topics · GitHub
52 free developer tools for JSON, TypeScript, Zod, regex testing, color conversion, and more. 100% client-side, no sign-up, privacy-focused. react open-source typescript nextjs developer-tools client-side monaco-editor regex-tester tailwindcss web-tools zod privacy-focused json-to-typescript developer-utilities json-conver
🌐
Editor.js
editorjs.io
Editor.js
Documentation Awesome Plugins Digest GitHub Support Editor.js · Editor.js · A Free, Block-Style Editor with Universal JSON Output · Editor.js empowers developers and products staying focused on the end-user experience Get Started · Free and open-source ·
🌐
GitHub
github.com › topics › json-typescript
json-typescript · GitHub Topics · GitHub
A simple react component to handle JSON editing. No dependencies. Typescript. 😉 · json json-editor json-viewer react-jsonschema-form json-typescript react-json react-json-editor react-json-tree json-tree-traversal
🌐
npm
npmjs.com › package › @types › jsoneditor-for-react
@types/jsoneditor-for-react - npm
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsoneditor-for-react. import JSONEditor, { JSONEditorOptions } from "jsoneditor"; import * as React from "react"; export interface ReactJsonEditorProps { values: {}; } export default class ReactJsoneditor extends React.Component<ReactJsonEditorProps> { private editor?: JSONEditor | undefined; private options?: JSONEditorOptions | undefined; } Last updated: Tue, 07 Nov 2023 03:09:37 GMT ·
      » npm install @types/jsoneditor-for-react
    
🌐
Carlosnz
carlosnz.github.io › json-edit-react
JSON•Edit•React
A highly-configurable React component for editing or viewing JSON/object data
🌐
GitHub
github.com › topics › json
json · GitHub Topics · GitHub
javascript editor json typescript ui wysiwyg codex-editor redactor · Updated · Feb 26, 2025 · TypeScript · Star 17.8k · 前端低代码框架,通过 JSON 配置就能生成各种页面。 · json admin frontend frontend-framework low-code no-code low-code-development-platform lowcode ·