Resolve #3366241 "Replace jsoneditor library"
1 unresolved thread
Closes #3366241
Merge request reports
Activity
75 composer require yesmeck/jquery-jsonview 76 ``` 40 [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) 41 A web-based tool to view, edit, format, transform, and validate JSON. 77 42 43 Try it out: https://jsoneditoronline.org 78 44 79 45 #### Installing jsoneditor without composer 80 46 81 47 Download the JSON Editor library from the following URL: 82 48 83 * https://github.com/josdejong/jsoneditor 49 * https://github.com/josdejong/svelte-jsoneditor 84 50 85 Place the latest releases into the site's "libraries" directory. 51 Get the latest version, compile and put the `package-vanilla` into the site's "libraries" directory. Renamed it to `vanilla-jsoneditor`
Please register or sign in to reply