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.

  1. Paste the compact JSON into the input.
  2. Set indentation to 2 spaces (the default).
  3. Copy the formatted result, or download it as a .json file.

รัน

ตัวอย่าง

ข้อมูลเข้า

{"name":"26173","tools":["base64","uuid"],"count":184,"nested":{"ok":true}}

ข้อมูลออก

{
  "name": "26173",
  "tools": [
    "base64",
    "uuid"
  ],
  "count": 184,
  "nested": {
    "ok": true
  }
}

The output above was produced by actually running this tool.

คำถามที่พบบ่อย

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.

เครื่องมือ