JSON Formatter

Format, validate, traverse, diff, and query JSON.

Input · paste JSON
Valid JSON36 lines·593 bytes·23 keys
Formatted output
{
  "name": "devtools-hub",
  "version": "0.4.1",
  "description": "A quiet toolkit for software developers.",
  "tools": [
    {
      "id": "rgb",
      "category": "color",
      "live": true
    },
    {
      "id": "json",
      "category": "data",
      "live": true
    },
    {
      "id": "exif",
      "category": "image",
      "live": true
    },
    {
      "id": "appstore",
      "category": "marketing",
      "live": true
    }
  ],
  "stats": {
    "stars": 1247,
    "forks": 84,
    "contributors": 12
  },
  "flags": {
    "telemetry": false,
    "offlineMode": true
  }
}