A tiny browser app for formatting JSON.
- Paste JSON into the textarea
- See the formatted output instantly
- Invalid JSON clears the preview
index.htmlrenders the pageindex.jslistens for input, parses JSON, and pretty-prints itindex.cssadds the basic layout and monospace styling
npm startThis starts a static server with http-server, then open the local URL in your browser.