Skip to content
01

JSON Formatter

Pretty-print, minify, and validate JSON with precise error locations.

OPERATIONAL
JSON input
1 line · 71 chars
Formatted
11 lines · 110 chars
{
  "name": "plow",
  "tools": 27,
  "tags": [
    "fast",
    "local"
  ],
  "nested": {
    "ok": true
  }
}