svelte-jsoneditor
svelte-jsoneditor copied to clipboard
A web-based tool to view, edit, format, repair, query, transform, and validate JSON
Regarding issue #82: "Implement an onRenderContextMenu to customize the context menu #82" I modified the context menu in such a way that it is possible to show a custom dropdown...
add a `onSelect(path: Path, value: any): void` similar to `onClassName(path: Path, value: any): string | undefined`. Usecase: I have two editors open and when I select one element in the...
Awesome component, thank you! Wondering if there is any way to modify what gets rendered for collapsed nodes. For arrays it shows 'n items' and for objects it shows 'n...
Add support for [JSONC](https://github.com/microsoft/node-jsonc-parser) (JSON with comments) and [non-strict JSON](https://github.com/jsonicjs/jsonic) (JS objects), for example via the check mark in the settings (of course, technically it's not JSON)
I'd like to ask you one more question. The [example](https://github.com/josdejong/svelte-jsoneditor/blob/main/src/routes/examples/custom_validation/%2Bpage.svelte) you example provided in the last question made it possible to use a custom validator. However No matter what value...
Hi Jos I'm a big fan of your original library, we used it to develop a collaborative JSON editor. The key functionality we relied on was that setting the content...
It works in v0.7.3 ,but not in 0.7.4[https://codesandbox.io/s/svelte-jsoneditor-react-forked-bnhg9q](url)
I am using jsonedit to add, delete, check and change mongodb data in the angular project. What I want now is : 1.Let jsonedit only can modify value, can not...
During table mode, I've noticed if the amount of data in a column varies a lot in size, the table columns will resize as you scroll up/down making it difficult...