JSON Formatter

Paste any JSON, get a beautifully indented version. Runs in your browser β€” nothing is uploaded.

Input

Valid
Β·

Output

{
  "name": "World Wide Uptime",
  "regions": [
    "na-east",
    "eu-west",
    "as-north"
  ],
  "launched": 2025,
  "features": {
    "uptime": true,
    "dns": true,
    "ssl": true
  }
}