{
  "id": 16,
  "slug": "jwt-decoder",
  "type": "tool",
  "title": "JWT Decoder — Free, In Browser",
  "summary": "Decode a JWT to inspect its header and payload. 100% in your browser — free, no sign-up, no upload.",
  "category_slug": "dev",
  "category_name": "Developer Tools",
  "locale": "en",
  "seo": {
    "description": "Free online JWT decoder. Inspect header and payload claims in your browser. Private, signature not sent anywhere."
  },
  "data": {
    "howto": [
      {
        "step": 1,
        "text": "Paste a JWT."
      },
      {
        "step": 2,
        "text": "Read the decoded header and payload."
      },
      {
        "step": 3,
        "text": "Check issued and expiry times."
      }
    ],
    "sections": [
      {
        "body": "Paste a token to decode the header and payload, with issued/expiry times. Decoding happens in your browser; the token is never uploaded.",
        "heading": "Inspect JWT claims"
      }
    ],
    "toolKind": "client",
    "clientApp": "jwt-decoder"
  },
  "updated_at": "2026-06-27T04:44:29.284Z",
  "faq": [
    {
      "q": "Is it free?",
      "a": "Yes, completely free with no file limits."
    },
    {
      "q": "Is my data private?",
      "a": "Yes — this tool runs entirely in your browser. Your files and text are never uploaded."
    }
  ],
  "related": [
    {
      "slug": "text-diff",
      "title": "Text Diff Checker — Free, In Browser",
      "type": "tool",
      "category_slug": "dev"
    },
    {
      "slug": "timestamp-converter",
      "title": "Unix Timestamp Converter — Free",
      "type": "tool",
      "category_slug": "dev"
    },
    {
      "slug": "uuid-generator",
      "title": "UUID Generator (v4) — Free",
      "type": "tool",
      "category_slug": "dev"
    },
    {
      "slug": "url-encode",
      "title": "URL Encode / Decode — Free",
      "type": "tool",
      "category_slug": "dev"
    },
    {
      "slug": "hash-generator",
      "title": "Hash Generator (SHA-256, SHA-1, SHA-512) — Free",
      "type": "tool",
      "category_slug": "dev"
    },
    {
      "slug": "base64",
      "title": "Base64 Encode / Decode — Free",
      "type": "tool",
      "category_slug": "dev"
    },
    {
      "slug": "json-formatter",
      "title": "JSON Formatter & Validator — Free",
      "type": "tool",
      "category_slug": "dev"
    }
  ]
}