🌐
npm
npmjs.com › package › json-editor-vue
json-editor-vue - npm
Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.. Latest version: 0.18.1, last published: a year ago. Start using json-editor-vue in your project by running `npm i json-editor-vue`. There are 34 other projects in the npm registry using json-editor-vue.
      » npm install json-editor-vue
    
Published   Mar 05, 2025
Version   0.18.1
Author   Cloyd Lau
🌐
jsDelivr
jsdelivr.com › package › npm › vue-json-editor-block-view
vue-json-editor-block-view CDN by jsDelivr - A CDN for npm and GitHub
May 17, 2017 - A free, fast, and reliable CDN for vue-json-editor-block-view. A Vue.js project
Published   May 16, 2017
🌐
npm Trends
npmtrends.com › @json-editor › json-editor-vs-v-jsoneditor-vs-vue-json-editor-vs-vue-prism-vs-vue-prism-editor
@json-editor/json-editor vs v-jsoneditor vs vue-json-editor vs vue-prism vs vue-prism-editor | npm trends
Comparing trends for @json-editor/json-editor 2.15.2 which has 27,438 weekly downloads and 4,837 GitHub stars vs. v-jsoneditor 1.4.5 which has 13,470 weekly downloads and 184 GitHub stars vs. vue-json-editor 1.4.3 which has 4,294 weekly downloads and 230 GitHub stars vs. vue-prism 1.0.5 which ...
🌐
GitHub
github.com › bestkolobok › vue3-jsoneditor
GitHub - bestkolobok/vue3-jsoneditor
Open the editor in read-only mode: no changes can be made, non-relevant buttons are hidden from the menu, and the context menu is not enabled. ... Number of spaces use for indentation when stringifying JSON, or a string to be used as indentation like '\t' to use a tab as indentation, or ' ' to use 4 spaces (which is equivalent to configuring indentation: 4).
Starred by 80 users
Forked by 13 users
Languages   TypeScript 70.8% | Vue 28.4% | TypeScript 70.8% | Vue 28.4%
🌐
npm
npmjs.com › package › vue-json-editor
vue-json-editor - npm
A json editor of vue. Latest version: 1.4.3, last published: 5 years ago. Start using vue-json-editor in your project by running `npm i vue-json-editor`. There are 137 other projects in the npm registry using vue-json-editor.
      » npm install vue-json-editor
    
Published   Nov 13, 2020
Version   1.4.3
Author   liuqi41
🌐
Nuxt UI
ui.nuxt.com › docs › components › editor
Vue Editor Component - Nuxt UI
December 17, 2025 - A rich text editor component based on TipTap with support for markdown, HTML, and JSON content types.
🌐
CodeSandbox
codesandbox.io › s › json-editor-vue-3bd8w0
json-editor-vue - CodeSandbox
June 22, 2022 - json-editor-vue by pakerchang using json-editor-vue, vue
Published   Jun 22, 2022
Author   pakerchang
🌐
Vue Script
vuescript.com › home › other › powerful json viewer & editor for vue 3/2
Powerful JSON Viewer & Editor For Vue 3/2 - Vue Script
July 29, 2025 - Powerful JSON Viewer & Editor For ... add json-editor-vue # NPM $ npm i json-editor-vue · This is a powerful JSON viewer & editor based on svelte-jsoneditor....
Find elsewhere
🌐
npms
npms.io › search
json-editor-vue
npms was built to empower the javascript community by providing a better and open sourced search for node modules.
🌐
JsonFormatter
jsonformatter.org › json-editor
Best JSON Editor Online
JSON Editor Online helps to Edit, View, Analyse JSON data along with formatting JSON data. It's very simple and easy way to Edit JSON Data and Share with others. It's also a JSON File Editor.
🌐
Made with Vue.js
madewithvuejs.com › vue-3-json-editor
Vue 3 JSON Editor - JSON Editor Component - Made with Vue.js
December 17, 2025 - "vue3-jsoneditor is a JSON editor component with SSR support, expand / collapse functionality, different view modes, dark mode and more."
🌐
Reddit
reddit.com › r/vuejs › vue component for json editing?
r/vuejs on Reddit: Vue component for JSON editing?
May 22, 2018 -

I’m working on an interface which would allow me to edit an array of objects easily. I would like to be able to add new objects, and remove or edit the data of existing ones by just clicking on what I see. I can then save the final array of objects to file.

https://github.com/yourtion/vue-json-ui-editor is one option but I need to modify it very heavily to fit my needs. Are there other packages or components out there that I should know about?

🌐
Kassaila
kassaila.github.io › vue-json-editor
vue-json-editor - example
We cannot provide a description for this page right now
🌐
GitHub
github.com › jinkin1995 › vue-json-edit
GitHub - jinkin1995/vue-json-edit: Visual JSON editor built as an vue component. Provides a basic GUI
Visual JSON editor built as an vue component. Provides a basic GUI - jinkin1995/vue-json-edit
Starred by 287 users
Forked by 87 users
Languages   Vue 33.1% | Less 27.0% | HTML 19.2% | CSS 16.6% | JavaScript 4.1% | Vue 33.1% | Less 27.0% | HTML 19.2% | CSS 16.6% | JavaScript 4.1%
🌐
Vuejs
play.vuejs.org
Vue SFC Playground
We cannot provide a description for this page right now
🌐
Vuetifyjs
play.vuetifyjs.com
Vuetify Play
We cannot provide a description for this page right now
🌐
Vue.js Feed
vuejsfeed.com › blog › a-schema-aware-json-editor-developed-with-vue-js
A schema-aware JSON Editor developed with Vue.js - Vue.js Feed
A schema-aware editor for JSON document. It provides a tree view to present the structure of a JSON document, the user can manipulate the JSON from the context menu. There is a text view to present the content of the JSON document and user may ...
🌐
Form-create
form-create.com › en › v2 › guide › component › v-jsoneditor.html
Json editor | FormCreate
This article uses a third-party Json editor v-jsoneditor (opens new window) Node · npm install v-jsoneditor · Browser · <script src="https://unpkg.com/v-jsoneditor/docs/dist/v-jsoneditor.min.js"></script> Node · import VJsoneditor from 'v-jsoneditor' Browser · var VJsoneditor = window.VJsoneditor.default; Vue.use(VJsoneditor); //or Vue.component('VJsoneditor', VJsoneditor); //or formCreate.component('VJsoneditor', VJsoneditor); fApi = formCreate.create([ { type: 'v-jsoneditor', title: 'json', field: 'json', value:{ type: 'form-create' } } ]) fApi.setValue('json', {type: 'form-create v2'}) ← Markdown editor Code editor →