// Minified input → readable output
{
"a": 1,
"b": [
2,
3,
4
],
"c": {
"d": true
}
}{"a":1,"b":[2,3,4],"c":{"d":true}}Start typing to search, or pick a tool.
Pretty-print JSON with consistent indentation. Minify, copy, or download — all in your browser.
JSON input
Formatted JSON
// Minified input → readable output
{
"a": 1,
"b": [
2,
3,
4
],
"c": {
"d": true
}
}{"a":1,"b":[2,3,4],"c":{"d":true}}No. The formatter preserves key order so you keep the structure your tooling expects.
Yes — edit the value in the "Indent" controls under the output panel. Default is 2 spaces.
No. Formatting happens in your browser.