svelte-json-view icon indicating copy to clipboard operation
svelte-json-view copied to clipboard

View JSON data prettily

Results 4 svelte-json-view issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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.

enhancement

Is there any plan to add a feature to expand part of the folded JSON recursively, like they have in Chrome Devtools? ![Image](https://github.com/user-attachments/assets/cf2525c6-2006-4c8c-8310-fe562b8369a8)

enhancement