svelte-jsoneditor
svelte-jsoneditor copied to clipboard
A web-based tool to view, edit, format, repair, query, transform, and validate JSON
Currently, the data passed in enum only allows for a dropdown list and doesn't provide the option to edit the values. It would be necessary to have a mix between...
Would love to have the ability to get the current JSONPath based on the cursor location in text mode, but I don't think with the current features/events this is possible...
Currently the [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) is missing options for internationalization. I am thinking of two ways, how this can be archived: * The package ships translations and the developer can set them...
Hope to add the path acquisition function of the field,like this: https://www.findjsonpath.com
Hi, I ran into this with svelte + svelte-jsoneditor v0.17.9. When pasting in JSON with duplicate keys, this error from codemirror gets thrown: `Uncaught (in promise) RangeError: Selection points outside...