JWT Parser
Decode and inspect JSON Web Tokens.
JWT Token
Signature
...
Header
{
  ...
}
Payload
{
  ...
}
How to Use the Free Online JWT Parser
  1. Copy your full JWT (JSON Web Token) and paste it into the 'JWT Token' text area.
  2. The tool will automatically decode the token as you type.
  3. The decoded Header, Payload, and Signature of the token will be displayed in their respective boxes, nicely formatted for readability.
  4. This is a free online tool that works entirely in your browser. Your sensitive tokens are never sent to our servers.
Frequently Asked Questions