Developer Tools
JWT Decoder
Decode JWT header and payload without verifying the signature.
Input
JWT Decoder
jwttokenauthdecoder
Output
Decoded JWT
Expires
2100-01-01T00:00:00.000Z
Header
{
"alg": "HS256",
"typ": "JWT"
}
Payload
{
"sub": "123456",
"project": "ToolDock",
"role": "editor",
"exp": 4102444800
}
Signature
signatureRelated tools
JSON Formatter
Pretty-print raw JSON with configurable indentation.
JSON Validator
Validate JSON and get a clean parse result.
JSON Minifier
Compress JSON into a single-line payload.
JSON Diff
Compare two JSON documents and list what changed.
Regex Tester
Run a regular expression against sample text and inspect matches.
SQL Formatter
Make messy SQL readable with keyword casing and line breaks.