All tools

Web

JWT parser

Decode and inspect a JSON Web Token’s header and payload (no signature check).

{
  "alg": "HS256",
  "typ": "JWT"
}
{
  "sub": "1234567890",
  "name": "Ada Lovelace",
  "iat": 1516239022
}