svelte-jsoneditor icon indicating copy to clipboard operation
svelte-jsoneditor copied to clipboard

A web-based tool to view, edit, format, repair, query, transform, and validate JSON

Results 55 svelte-jsoneditor issues
Sort by recently updated
recently updated
newest added

At https://www.freeformatter.com/json-formatter.html#before-output I can paste this `` { age: 22 } `` and it will format to add quotes for attributes, eg `"age"` Please allow the same for https://jsoneditoronline.org/

enhancement

I really like you ctrl+D shortcut that select the same text on whole json but its get difficult to fold/un-fold the large json it would be easut if can add...

enhancement
help wanted

In text mode, you can distinguish field types by quotes and colors, but in compare mode, quotes and colors disappear, so when the compared fields are of different types but...

enhancement
webapp

I'm working on a project that uses svelte-jsoneditor. All is well when using the 4.x version of Svelte, but I tried using Svelte 5 today and there seems to be...

enhancement

Looking at the [custom value renderer](https://github.com/josdejong/svelte-jsoneditor/blob/main/examples/browser/custom_value_renderer.html) examples, none of them really take over the the editing rendering. I've been working on getting this work, but from I could see, I...

@josdejong What are your thoughts on providing the dark theme via `@media (prefers-color-scheme: dark)` instead of having to add the `jse-theme-dark` class?

Hey! i am wondering if there is anyway to add additional attributes to editor and menus. Most importantly, I would like to add a `label` element for the rendered editor...

question

Hello Jos, I've found a small issue and I'm sending a PR for your review. Minimal reproduction for the small issue: ```html reset mode import { JSONEditor } from 'https://cdn.jsdelivr.net/npm/vanilla-jsoneditor/standalone.js'...

Issues: - [x] [IMPEDIMENT] Incompatible dependencies: `svelte-awesome` and `rollup-plugin-svelte`. Solution: the dependencies must update their peer requirements to include Svelte 5. See https://github.com/RobBrazier/svelte-awesome/issues/1186#issuecomment-2420805965. - [x] [IMPEDIMENT] Circular dependencies reported by...