← All tools
{ }

JSON Formatter

Paste JSON and get it pretty-printed with syntax-aware indentation, or compact it down to a single line. Validation errors surface with the exact position. Runs entirely client-side — nothing leaves the tab.

/text & code

Output · 169 bytes(+26)
{
  "site": "michaelabella.com",
  "stack": [
    "Next.js",
    "Vercel",
    "Tailwind"
  ],
  "live": true,
  "founder": {
    "name": "Michael",
    "ph": true
  }
}