How to use this tool
- Paste JSON, upload a local file, or load a CORS-enabled public URL.
- Run Minify JSON after the source passes strict parsing.
- Review the result, then copy it or download it with the correct file type.
Create compact JSON for fixtures, payloads, logs, and transport.
Remove insignificant JSON whitespace without changing keys, values, or array order.
Create compact JSON for fixtures, payloads, logs, and transport.
{
"project": "jsonformatters.org",
"status": "ready",
"features": [
"format",
"validate",
"convert"
],
"settings": {
"indent": 2,
"sortKeys": false,
"localOnly": true
},
"documents": [
{
"id": 101,
"name": "launch-config.json",
"valid": true
},
{
"id": 102,
"name": "sample-data.json",
"valid": true
}
],
"lastError": null
}{"project":"jsonformatters.org","status":"ready","features":["format","validate","convert"],"settings":{"indent":2,"sortKeys":false,"localOnly":true},"documents":[{"id":101,"name":"launch-config.json","valid":true},{"id":102,"name":"sample-data.json","valid":true}],"lastError":null}No. The transformation runs in your browser. URL import contacts only the address you explicitly enter.
The editor marks the likely location and keeps stale output out of the result pane.
It emits one compact JSON line with identical parsed values.
Minification reduces whitespace, not the size of strings or encoded data.