npm
npmjs.com › package › vanilla-jsoneditor
vanilla-jsoneditor - npm
December 10, 2025 - npm i vanilla-jsoneditor · github.com/josdejong/svelte-jsoneditor · github.com/josdejong/svelte-jsoneditor · 168,717 · 3.11.0 · ISC · 10 MB · 13 · 3 months ago · josdejong · Analyze security with SocketCheck bundle sizeView package healthExplore dependencies ·
» npm install vanilla-jsoneditor
Published Dec 10, 2025
Version 3.11.0
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 standalone bundle contains all dependencies of vanilla-jsoneditor, for example lodash-es and Ajv. If you use some of these dependencies in your project too, it means that they will be bundled twice in your web application, leading to a needlessly large application size.
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%
vanilla-jsoneditor in commonjs
I would like to be able to import vanilla-jsoneditor in my commonjs project. In the development environment I have been able to workaround this with import() but somehow after building it fails. I ... More on github.com
[AskJS] Does anyone know of any local JSON editor with GUI? (Windows)
Vscode More on reddit.com
Changing Menu in plain vanilla JS
// import { JSONEditor } from 'vanilla-jsoneditor/standalone.js' // Or use it through a CDN (not recommended for use in production): import { JSONEditor } from 'https://unpkg.com/vanilla-jsoneditor/standalone.js' // import { JSONEditor } from 'https://cdn.jsdelivr.net/npm/vanilla-jsonedito... More on github.com
Running Jest doesn't find 'vanilla-jsoneditor' module
Hi @josdejong - I'm moving from the old jsoneditor to vanilla-jsoneditor. It was pretty easy, and the component works on runtime as a charm. However, there's some weird issue when running t... More on github.com
GitHub
github.com › josdejong › svelte-jsoneditor › blob › main › README-VANILLA.md
svelte-jsoneditor/README-VANILLA.md at main · josdejong/svelte-jsoneditor
This is the vanilla variant of svelte-jsoneditor, which can be used in vanilla JavaScript or frameworks like SolidJS, React, Vue, Angular.
Author josdejong
GitHub
github.com › josdejong › jsoneditor › blob › develop › docs › api.md
jsoneditor/docs/api.md at develop · josdejong/jsoneditor
The callback is invoked with three ... a callback which has to be invoked with the new color selected in the color picker. JSONEditor comes with a built-in color picker, powered by vanilla-picker....
Author josdejong
GitHub
github.com › josdejong › svelte-jsoneditor › issues › 165
vanilla-jsoneditor in commonjs · Issue #165 · josdejong/svelte-jsoneditor
October 13, 2022 - I would like to be able to import vanilla-jsoneditor in my commonjs project. In the development environment I have been able to workaround this with import() but somehow after building it fails. I have tried to fork the repo and compile ...
Author hacknlove
GitHub
github.com › json-editor › json-editor
GitHub - json-editor/json-editor: JSON Schema Based Editor · GitHub
JSON Schema Based Editor. Contribute to json-editor/json-editor development by creating an account on GitHub.
Starred by 4.9K users
Forked by 702 users
Languages JavaScript 61.9% | HTML 36.2% | CSS 1.9%
CodeSandbox
codesandbox.io › examples › package › vanilla-jsoneditor
vanilla-jsoneditor examples - CodeSandbox
github.com/josdejong/svelte-jsoneditor/issues · @vanilla-jsoneditorCollaborators
GitHub
github.com › josdejong › jsoneditor
GitHub - josdejong/jsoneditor: A web-based tool to view, edit, format, and validate JSON · GitHub
Starred by 12.2K users
Forked by 2.1K users
Languages JavaScript 87.7% | SCSS 6.7% | HTML 5.6%
GitHub
github.com › furkanatilgan › gm-vanilla-jsoneditor
GitHub - furkanatilgan/gm-vanilla-jsoneditor
This is the vanilla variant of svelte-jsoneditor, which can be used in vanilla JavaScript or frameworks like SolidJS, React, Vue, Angular.
Author furkanatilgan
Json-editor
json-editor.github.io › json-editor
JSON Editor Interactive Example
Below is the editor generated from the JSON Schema · You can also make changes to the JSON here and set the value in the editor by clicking "Update Form"
GitHub
github.com › cloydlau › json-editor-vue
GitHub - cloydlau/json-editor-vue: Vue 2/3 isomorphic JSON editor, viewer, formatter and validator. · GitHub
import JsonEditorVue from 'json-editor-vue' import { createApp } from 'vue' createApp() .use(JsonEditorVue, { // global props & attrs (one-way data flow) }) .mount('#app') <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> </head> <body> <div id="app"> <json-editor-vue v-model="value"></json-editor-vue> </div> <script type="importmap"> { "imports": { "vue": "https://cdn.jsdelivr.net/npm/vue/dist/vue.esm-browser.prod.js", "vue-demi": "https://cdn.jsdelivr.net/npm/vue-demi/lib/v3/index.mjs", "vanilla-jsoneditor": "https://cdn.jsdelivr.net/npm/vanilla-jsoneditor", "json-editor-vue":
Starred by 657 users
Forked by 31 users
Languages TypeScript 90.3% | JavaScript 8.4% | HTML 1.3%
GitHub
github.com › cloydlau › json-editor-vue › releases
Releases · cloydlau/json-editor-vue
Upgrade vanilla-jsoneditor to v2.0 - by @cloydlau (0c22d) cloydlau · Assets 2 · Loading · There was an error while loading. Please reload this page. 11 Oct 08:21 · cloydlau · v0.17.2 · 0ebda26 · Compare · Filter · Loading · There was an error while loading.
Author cloydlau
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?
GitHub
github.com › josdejong › svelte-jsoneditor › discussions › 196
Should vanilla-jsoneditor export UMD or CommonJS format? · josdejong/svelte-jsoneditor · Discussion #196
December 10, 2025 - For now svelte-jsoneditor & vanilla-jsoneditor export ESM only. For details see #195.
Author josdejong
jsDelivr
jsdelivr.com › package › npm › vanilla-jsoneditor
vanilla-jsoneditor CDN by jsDelivr - A CDN for npm and GitHub
December 10, 2025 - A free, fast, and reliable CDN for vanilla-jsoneditor. A web-based tool to view, edit, format, transform, and validate JSON
Published Jul 08, 2022
GitHub
github.com › josdejong › svelte-jsoneditor › issues › 473
Changing Menu in plain vanilla JS · Issue #473 · josdejong/svelte-jsoneditor
July 29, 2024 - // import { JSONEditor } from 'vanilla-jsoneditor/standalone.js' // Or use it through a CDN (not recommended for use in production): import { JSONEditor } from 'https://unpkg.com/vanilla-jsoneditor/standalone.js' // import { JSONEditor } from 'https://cdn.jsdelivr.net/npm/vanilla-jsonedito...
Author schaefa
UNPKG
app.unpkg.com › vanilla-jsoneditor@0.23.1
vanilla-jsoneditor
github.com/josdejong/svelte-jsoneditor · josdejong/svelte-jsoneditor · 1 folder, 11 files · josdejong/svelte-jsoneditor · Latest: 3.11.0 ·
GitHub
github.com › josdejong › svelte-jsoneditor › issues › 334
Running Jest doesn't find 'vanilla-jsoneditor' module · Issue #334 · josdejong/svelte-jsoneditor
November 2, 2023 - My implementation is basically the same as JSONEditorReact.tsx. Then, when I run tests, this error is thrown: ● Test suite failed to run Cannot find module 'vanilla-jsoneditor' from 'JsonEditorReact.tsx' Require stack: JsonEditorReact.tsx at Resolver._throwModNotFoundError (../../../node_modules/jest-resolve/build/resolver.js:427:11)
Author Rob-Negrete
jsDelivr
jsdelivr.com › package › npm › @vidday › vanilla-jsoneditor
@vidday/vanilla-jsoneditor CDN by jsDelivr - A CDN for npm and GitHub
October 23, 2022 - A free, fast, and reliable CDN for @vidday/vanilla-jsoneditor. A web-based tool to view, edit, format, transform, and validate JSON
Published Oct 17, 2022