https://github.com/zerodevx/json-pretty-print
Convert unformatted JSON into pretty-printed JSON and send it as a shareable web link. That's it! 🤪
https://github.com/zerodevx/json-pretty-print
json online pretty-print svelte-toast svelte-tree-view webapp zipurl
Last synced: 6 days ago
JSON representation
Convert unformatted JSON into pretty-printed JSON and send it as a shareable web link. That's it! 🤪
- Host: GitHub
- URL: https://github.com/zerodevx/json-pretty-print
- Owner: zerodevx
- License: isc
- Created: 2019-07-18T10:04:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T16:10:01.000Z (over 1 year ago)
- Last Synced: 2025-08-03T10:43:41.238Z (7 months ago)
- Topics: json, online, pretty-print, svelte-toast, svelte-tree-view, webapp, zipurl
- Language: Svelte
- Homepage: https://zerodevx.github.io/json-pretty-print/
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# json-pretty-print
> Convert unformatted JSON into pretty-printed JSON and send it as a shareable web link. That's it!
> 🤪
Format and view ugly JSON strings in a pretty-printed expandable tree view on the web. Share the
view with others via its URL link. Under the hood, it uses
[svelte-json-view](https://github.com/zerodevx/svelte-json-view) to generate the view, and
[zipurl](https://github.com/zerodevx/zipurl) to compress the stringified JSON into a smaller,
URL-safe data slug.
Public URL: https://zerodevx.github.io/json-pretty-print/
## License
ISC