Outils Développeur
JWT Decoder
Decode JWT header et payload avecout verifying the signature.
Entrée
JWT Decoder
jwttokenauthdecoder
Sortie
Decoded JWT
Expires
2100-01-01T00:00:00.000Z
Header
{
"alg": "HS256",
"typ": "JWT"
}
Payload
{
"sub": "123456",
"project": "ToolDock",
"role": "editor",
"exp": 4102444800
}
Signature
signatureOutils similaires
JSON pourmateur
Pretty-print raw JSON avec configurable indentation.
JSON ValiDateur
ValiDate JSON et get a clean parse result.
JSON Minifier
Compress JSON into a single-line payload.
JSON Diff
Compare two JSON documents et list what changed.
Regex Tester
Run a regular expression against sample Texte et inspect matches.
SQL pourmateur
Make messy SQL readable avec Mot-clé casing et line breaks.