Decode JSON Web Tokens (JWT) into human-readable JSON.
- Paste JWT: Paste the full token (header.payload.signature) into the input field.
- Decode: Press Enter to parse the Base64-encoded segments.
The tool displays the Header and Payload as structured JSON objects.
Enter: Decode the current input.Backspace: Delete characters from the input field.