JSON, fast and local. Fast, private developer tools for JSON and beyond. Everything runs in your browser — your data never leaves the page.
Live at jsony.dev.
/json-formatter— anchor tool: format, validate, and explore JSON. Handles 50MB payloads without freezing.- More tools coming: JSON to CSV, JSON Diff, JWT Decoder, Base64.
Existing free JSON tools are slow on large payloads, ad-cluttered, send your data to servers, and have weak UX for exploring complex JSON. Jsony does all the work in your browser — no uploads, no tracking, no cookie banner. The source is here so you can verify that.
Next.js 16 (App Router) with static export, React 19, Tailwind 4, TypeScript strict mode. Hosted on Cloudflare Pages.
npm install
npm run devThen open http://localhost:3000.
This is a personal project. Issues are welcome but there's no SLA — I'll get to them when I can. PRs are reviewed when I have time. If you find a parsing edge case or a perf regression, a fixture in the issue helps a lot.
MIT.