WebTools

JSON beautifier

Format minified or messy JSON with indentation and syntax highlighting. Paste raw JSON on the left and see the beautified result on the right.

RAW JSON
Result
{
  "name": "example",
  "items": [
    1,
    2,
    3
  ]
}