vue-jsoneditor
vue-jsoneditor copied to clipboard
Vue implementation of JSONEditor
Avoiding change loop if the value changes from jsoneditor.
### Versions and Environment **Vue:*2.9.6* **Browsers:*chrome* **OS:*10.13.4 (17E199)* ### Steps to reproduce ``` data: function(){ return { json: { "success":true } } } ```  when in code mode, input...
@manico I think you will like the latest releases of the jsoneditor: since `v5.20.1` the editor supports being used a controlled component in a framework like React or Vue. There...