No data leaves your browser.
SparkJSONMinify JSON Online
Strip insignificant whitespace from valid JSON to reduce payload size. SparkJSON opens in minify mode, validates as it goes, and never uploads your document.
Free SparkJSON tool — runs 100% in your browser. No signup, no upload, no paywall. This page opens in minify mode.
No data leaves your browser.
Minified JSON is smaller on the network and cheaper to store. Use it for production API bodies, mobile clients on slow links, and static fixtures served from a CDN.
Do not minify the only copy of a config you still edit by hand. Keep a beautified source of truth, minify in CI or with this tool when shipping.
Minify and HTTP compression stack. Minify removes token whitespace; gzip finds repeated patterns.
Minified one-liners are painful in pull requests. Beautify for review, minify for release.
If Compress stays disabled or errors, fix syntax first — trailing commas are a common blocker.
{ "a": 1, } cannot be minified until the comma is removedNo. Only insignificant whitespace is removed. Object keys and values are preserved.
Yes. Work runs in a Web Worker so the tab stays responsive for multi-megabyte documents.
The conversion is local. Still avoid pasting credentials into any web page when policy forbids it.