×

Original size: 0

Minified size: 0

Savings: 0

Document Type: 

Minified Output

About JSON Minifier

JSON Minifier is used for minify/compress JSON.Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser.
i.e. code comments and formatting, removing unused code, using shorter variable and function names, and so on.

How to minify json?

  1. Copy paste or type your text
  2. Select the document type
  3. Click on the Minify button

e.g. (json)
{
    "name": "John",
    "age": 31,
    "city": "New York"
}
                                        

Minified output:

{"name":"John", "age":31, "city":"New York"}

Minify JSON 

Copyright bitcompiler.com. Version: 1.28.0