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
Repository https://github.com/josdejong/jsoneditor
Homepage https://jsoneditoronline.org
GitHub
github.com › josdejong › jsoneditor
GitHub - josdejong/jsoneditor: A web-based tool to view, edit, format, and validate JSON · GitHub
The code of the JSON Editor is located in the folder ./src. To build jsoneditor: Install dependencies: npm install · Build JSON Editor: npm run build · This will generate the files ./jsoneditor.js, ./jsoneditor.css, and minified versions in the dist of the project.
Starred by 12.2K users
Forked by 2.1K users
Languages JavaScript 87.7% | SCSS 6.7% | HTML 5.6%
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
npm install # Install dependencies (once) npm run dev # Start the demo project (at http://localhost:5173) npm run build # Build the library (output in ./package and ./package-vanilla) npm run test # Run unit tests in watch mode npm run test-ci # Run unit tests once npm run coverage # Run unit test coverage (output in ./coverage) npm run check # Run Svelte checks npm run lint # Run linter npm run format # Automatically fix linting issues npm run release-dry-run # To run the build and see the change list without actually publishing npm run release # Publish the npm packages `svelte-jsoneditor` and `vanilla-jsoneditor`. # This will test, check, lint, build, create a version tag and publish # to npm and GitHub releases.
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 › etahn-git › jsonEditor-npm
GitHub - etahn-git/jsonEditor-npm: A nodejs module made to edit json files easily
A nodejs module made to edit json files easily. Contribute to etahn-git/jsonEditor-npm development by creating an account on GitHub.
Author etahn-git
npm
npmjs.com › package › @json-editor › json-editor
@json-editor/json-editor - npm
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
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
npm
npmjs.com › package › ang-jsoneditor
ang-jsoneditor - npm
npm i ang-jsoneditor · github.com/mariohmol/ang-jsoneditor · github.com/mariohmol/ang-jsoneditor · 57,673 · 4.0.2 · MIT · 71 kB · 12 · a year ago · mariohmol · Analyze security with SocketCheck bundle sizeView package healthExplore dependencies ·
» npm install ang-jsoneditor
Published Apr 09, 2025
Version 4.0.2
Author Mario Mol
Repository https://github.com/mariohmol/ang-jsoneditor
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 703 users
Languages JavaScript 61.9% | HTML 36.2% | CSS 1.9%
GitHub
github.com › josdejong › jsoneditor › blob › develop › package.json
jsoneditor/package.json at develop · josdejong/jsoneditor
"bugs": "https://github.com/josdejong/jsoneditor/issues", "scripts": { "build": "gulp", "build-and-test": "npm run build && npm test && npm run lint", "minify": "gulp minify", "start": "gulp watch", "test": "mocha test --require @babel/register", "lint": "standard --env=mocha", "format": "standard --env=mocha --fix", "prepublishOnly": "npm run build-and-test" }, "dependencies": { "ace-builds": "^1.36.2", "ajv": "^6.12.6", "javascript-natural-sort": "^0.7.1", "jmespath": "^0.16.0", "json-source-map": "^0.6.1", "jsonrepair": "^3.8.1",
Author josdejong
npm
npmjs.com › package › jsoneditor-react
jsoneditor-react - npm
React implementation of https://github.com/josdejong/jsoneditor. Latest version: 3.1.2, last published: 4 years ago. Start using jsoneditor-react in your project by running `npm i jsoneditor-react`. There are 72 other projects in the npm registry using jsoneditor-react.
» npm install jsoneditor-react
Published Dec 17, 2021
Version 3.1.2
Author Ivan Kopeykin
Repository https://github.com/vankop/jsoneditor-react
GitHub
github.com › mariohmol › ang-jsoneditor
GitHub - mariohmol/ang-jsoneditor: Angular Jsoneditor that works with angular 4 to angular 15
Angular Json Editor (wrapper for jsoneditor). View/Edit Json file with formatting. ... Working with latest Angular 18/19. To install this library with npm, run below command:
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 › svelte-jsoneditor
svelte-jsoneditor - npm
This script runs automatically via the GitHub # Actions workflow "Automated release" after a push to the `main` branch. # Note that the script requires environment variables NPM_TOKEN and # GITHUB_TOKEN. svelte-jsoneditor is released as open source under the permissive the ISC license.
» npm install svelte-jsoneditor
Published Dec 10, 2025
Version 3.11.0
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 › artursopelnik › jsoneditor-cli
GitHub - artursopelnik/jsoneditor-cli: A command-line tool for Node.js that provides an web-based JSONEditor to view, edit, format, and validate JSON · GitHub
Install JSONEditor-CLI globally using npm: npm install -g jsoneditor-cli · Or add it as a dependency to your project: npm install jsoneditor-cli --save-dev · To use JSONEditor-CLI, run the command followed by the JSON file you wish to edit: ...
Author artursopelnik
npm
npmjs.com › package › native-json-editor
native-json-editor - npm
npm i native-json-editor · github.com/LaNsHoR/native-json-editor · github.com/LaNsHoR/native-json-editor#readme · 26 · 0.3.0 · MIT · 17.9 kB · 5 · 3 years ago · lanshor · Try on RunKit ·
» npm install native-json-editor
Published Feb 11, 2023
Version 0.3.0
Author Ernesto Azuar
npm
npmjs.com › package › json-editor-vue
json-editor-vue - npm
svelte-jsoneditor · validate · validation · validator · view · vue · vue-demi · vue-json-pretty · vue-json-viewer · Share feedback · npm i json-editor-vue · github.com/cloydlau/json-editor-vue · github.com/cloydlau/json-editor-vue#readme · 44,704 · 0.18.1 ·
» npm install json-editor-vue
Published Mar 05, 2025
Version 0.18.1
Author Cloyd Lau
Repository https://github.com/cloydlau/json-editor-vue
GitHub
github.com › dirkliu › vue-json-editor
GitHub - dirkliu/vue-json-editor: A jsoneditor of vue
npm install vue-json-editor --save · <template> <div> <p>vue-json-editor</p> <vue-json-editor v-model="json" :show-btns="true" :expandedOnStart="true" @json-change="onJsonChange"></vue-json-editor> </div> </template> <script> import vueJsonEditor from 'vue-json-editor' export default { data () { return { json: { msg: 'demo of jsoneditor' } } }, components: { vueJsonEditor }, methods: { onJsonChange (value) { console.log('value:', value) } } } </script>
Starred by 229 users
Forked by 92 users
Languages JavaScript 98.4% | CSS 1.3% | JavaScript 98.4% | CSS 1.3%
npm
npmjs.com › package › react-json-editor
react-json-editor - npm
The full code for the demo can be found at https://github.com/ismaelga/react-json-editor/blob/master/demos/demo.jsx.
» npm install react-json-editor
Published May 19, 2017
Version 0.3.0
Author Ismael Abreu
Npm
npm.io › package › jsoneditor
Jsoneditor NPM | npm.io
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
npm.io › search › keyword:jsonEditor
JsonEditor | npm.io
angularjsoneditorang-jsoneditorng-jsoneditorangular4.0.1 • Published 1 year ago · React implementation of https://github.com/josdejong/jsoneditor