KKitfolio
KOEN
Developer·IDE / Editor

JSON Formatter JSON 포매터

Paste a JSON string and it is instantly formatted with indentation and syntax highlighting. Syntax errors are pinpointed by line and column, and you can minify to a single line too. Everything runs entirely in your browser.

1Paste JSON on the left2Auto-format & validate3Copy the result on the right
JSON Formatter/json-formatter
input.json
1
output.json30 lines · 17 keys
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
  "service": "Kitfolio",
  "version": 2,
  "free": true,
  "tools": [
    {
      "id": "json-formatter",
      "theme": "IDE",
      "ready": true
    },
    {
      "id": "css-gradient",
      "theme": "Canvas",
      "ready": true
    },
    {
      "id": "character-counter",
      "theme": "Clean",
      "ready": true
    }
  ],
  "meta": {
    "clientSide": true,
    "trackingApi": null,
    "locales": [
      "ko",
      "en"
    ]
  }
}
Valid JSON283 B