svelte-jsoneditor
svelte-jsoneditor copied to clipboard
A web-based tool to view, edit, format, repair, query, transform, and validate JSON
Building Sveltekit 2.0.6 app with vite 5.0.11 getting a lot of this. ``` node_modules/.pnpm/[email protected]_@[email protected]/node_modules/svelte-jsoneditor/components/controls/navigationBar/NavigationBarDropdown.svelte svelte.preprocess depends on more than 10 external files which can cause slow builds and poor DX,...
Hi! Is it possible to get a list of the currently expanded paths from the editor instance in any way?
Thanks for making and maintaining this project! I just switched from the old jsoneditor to vanilla-jsoneditor and it's a great replacement. 👍 However, the modal windows behave quite differently now...
[Samples](https://jsoneditoronline.org/#left=cloud.181b0640d5c34fe7b2b2cd1f7dc81927) When working with unicode (that is, almost any text), you need to remember many things. Here are a few of them: - Invisible characters [Invisible characters](https://invisible-characters.com/) can behave differently...
Please provided a configuration option to allow spellcheck instead of expressly turning it off. https://github.com/josdejong/svelte-jsoneditor/blob/4ee50a2f126d7c26cef25b6f01adb08d86f43a97/src/lib/components/controls/EditableDiv.svelte#L161 Thanks
While working with JSON, it is often copied from logs or any kind of outputs, and also inserted into configurations or variables. Because of that, it would be very helpful...
This control is exactly what I was looking for... with one exception: Is it possible to expose the JavaScript query that is generated in the transform modal? Likewise, is it...
Add the ability for the site to save the state in the address bar so that it can be shared. How is it here: https://perf.link/ - automatically create and update...
Timestamp recognition is already available (https://github.com/josdejong/svelte-jsoneditor/issues/106), you can add date recognition. And add a date picker to both. - memorize the original/received value - don't recognize long strings
It would be nice to bring all the functionality that is needed for use without svelte into a separate component that will be imported from js. And the pure svelte...