Back
JSON Formatter
/Format/JSON Formatter

JSON Formatter

Pretty-print, minify, and inspect JSON.

Input

valid

Output

{
  "name": "toolz",
  "tags": [
    "it",
    "utilities"
  ],
  "count": 14,
  "meta": {
    "shipped": true,
    "version": "1.0"
  }
}