Entwickler-Tools
JWT Decoder
Decode JWT header und payload mitout verifying the signature.
Eingabe
JWT Decoder
jwttokenauthdecoder
Ausgabe
Decoded JWT
Expires
2100-01-01T00:00:00.000Z
Header
{
"alg": "HS256",
"typ": "JWT"
}
Payload
{
"sub": "123456",
"project": "ToolDock",
"role": "editor",
"exp": 4102444800
}
Signature
signatureÄhnliche Tools
JSON fürmatierer
Pretty-print raw JSON mit configurable indentation.
JSON Validator
ValiDatum JSON und get a clean parse result.
JSON Minifier
Compress JSON into a single-line payload.
JSON Diff
Compare two JSON documents und list what changed.
Regex Tester
Run a regular expression against sample Text und inspect matches.
SQL fürmatierer
Make messy SQL readable mit Schlüsselwort casing und line breaks.