Paste JSON
or drag & drop a JSON file
Whitespace removed, savings measured in real UTF-8 bytes.
Paste JSON
or drag & drop a JSON file
Minifying removes everything a parser ignores — indentation, line breaks, the spaces after colons and commas — leaving the same document in the fewest characters. That is what you want in a request body, an environment variable or a database column.
{
"id": 42,
"tags": [
"a",
"b"
],
"ok": true
}{"id":42,"tags":["a","b"],"ok":true}