Vue-edit-json
View and edit JSON as an vue component
DEMO
Getting Started
npm install Vue-edit-json --save
Usage
//import it in your project At your entry pointVue
Pass json data using v-model
or :value
and make it editable using is-edit
attribute as the following code