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
Repository https://github.com/cloydlau/json-editor-vue
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
Repository https://github.com/dirkliu/vue-json-editor
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.
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
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
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 →