Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 21 days ago
JSON representation

Convert unformatted JSON into pretty-printed JSON and send it as a shareable web link. That's it! 🤪

Awesome Lists containing this project

README

        

![GitHub package.json version](https://img.shields.io/github/package-json/v/zerodevx/json-pretty-print)

# 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