svelte-json-view
svelte-json-view copied to clipboard
View JSON data prettily
In Svelte 5, the CSS scoping strategy [has changed](https://svelte.dev/docs/svelte/v5-migration-guide#Other-breaking-changes-Scoped-CSS-uses-:where()). Previously, scoped styles were compiled as `.xyz123:where(.class)`, but now they're compiled as `:where(.class.xyz123)`. This change affects selector specificity: - Before: `.s-_ijnsPqesdMQ:where(._jsonList)`...
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.5.28 to 2.8.3. Release notes Sourced from @sveltejs/kit's releases. @sveltejs/kit@2.8.3 Patch Changes fix: ensure error messages are escaped (#13050) fix: escape values included in dev 404 page...
Would be great if long strings (adjustable) could be folded. Ideally, they would stay folded regardless depth by default, similar to Chrome dev tools json viewer.
Is there any plan to add a feature to expand part of the folded JSON recursively, like they have in Chrome Devtools? 