DEV/AUTH
JWT Debugger
Decode and inspect JSON Web Token headers and payloads.
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "123",
"name": "John",
"iat": 1516239022
}Signature
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Related tools
All →DEV/FORMAT
JSON Formatter
Prettify, minify, and validate JSON data strings instantly.
DEV/SQL
SQL Editor & Checker
Format SQL and lint for missing WHERE, unmatched quotes, and common mistakes.
DEV/SCHED
Cron Editor
Build and explain crontab expressions.
DEV/DIFF
JSON Diff
Compare two JSON objects and highlight added, removed, and changed keys.