JSON Minifier Online

What is JSON Minifier?

Removes spaces and compresses JSON into one line.

How to use?

  1. Paste JSON
  2. Click minify
  3. Get compressed JSON

Example

{
  "name": "Tom"
}
{"name":"Tom"}

FAQ

Is it free?

Yes.

Why minify JSON?

To reduce size.