Skip to content
sconehead

JSON Minifier

Remove whitespace from JSON in your browser.

Stays on this deviceYour JSON is processed locally in your browser and is not uploaded to our servers.

How to use

  1. Paste JSON.
  2. Minify to remove whitespace.
  3. Copy the compact result.

Example

{
  "compact": true
}

JSON Minifier

Minifying JSON parses the value and serializes it without indentation. Invalid JSON cannot be minified.

FAQ

Does minifying change values?
No. Only formatting whitespace is removed.
Can I beautify again?
Yes. Use JSON Formatter.

Related tools