Format Minified JSON
API responses and log lines often arrive as one long unbroken line. Pretty-printing with 2-space indent makes the structure scannable in seconds.
- Paste the compact JSON into the input.
- Set indentation to 2 spaces (the default).
- Copy the formatted result, or download it as a .json file.
Çalıştır
Örnekler
Giriş
{"name":"26173","tools":["base64","uuid"],"count":184,"nested":{"ok":true}}Çıkış
{
"name": "26173",
"tools": [
"base64",
"uuid"
],
"count": 184,
"nested": {
"ok": true
}
}The output above was produced by actually running this tool.
SSS
Is my data uploaded for "Format Minified JSON"?
No. The tool runs entirely in your browser — nothing is sent to any server.
Is it free?
Yes — unlimited, no sign-up, no installation.
Which tool does this use?
The JSON Formatter & Beautifier on 26173, linked at the bottom of this page.