JWT Inspector
Decode and inspect JSON Web Tokens. View header, payload, and claims with human-readable timestamps.
Decoding a JWT is not the same as verifying it. This tool only decodes the token — it does not validate the signature.
All processing happens locally in your browser. No data is sent to any server.
Related tools
Encoding
Base64 Encode/Decode
Encode and decode Base64 strings, with optional gzip compression. Supports UTF-8.
DataJSON / XML Inspector
Format, minify, and validate JSON or XML. Run JSONPath or XPath queries to inspect documents in the browser.
DataJSON Formatter & Validator
Validate, pretty-print, and minify JSON with friendly error messages. Runs entirely in the browser.