Remove all whitespace from JSON to reduce file size. Runs instantly in your browser — your data never leaves your machine.
All minification happens in your browser using JavaScript. Nothing is uploaded to any server. Safe for sensitive business data.
No waiting for a server round-trip. Minified output appears as you type or the moment you drop a file.
Remove all unnecessary whitespace to reduce JSON file size — useful for API payloads, config files, log data, and embedded JSON.
Paste your JSON into the left panel and the minified output appears instantly on the right. The minify toggle is on by default — just paste and go. You can switch to pretty-print mode using the indent selector or the Minify toggle button. You can also drag and drop a .json file or use the upload button.
Minifying JSON is useful when you need to reduce payload size for REST APIs, embed JSON in URLs or query strings, store compact data in databases or log files, or transmit data over bandwidth-constrained connections. Minified JSON is semantically identical to formatted JSON — only whitespace is removed.