JSON Инструменты
Форматируйте, проверяйте, минимизируйте и экранируйте JSON в браузере.
Этот инструмент декодирует только маркеры и не проверяет подписи.
Use this free JWT parser to inspect token headers, payload claims, and signatures directly in your browser. It is useful for debugging authentication flows, checking claim values, and understanding token contents without sending them to a server.
Decode access tokens to quickly check subject, issuer, audience, expiration, and custom claims during login or API troubleshooting.
Confirm that header and payload sections are valid JSON and see whether the token shape matches what your app expects.
Paste a token and inspect its contents immediately instead of opening a console or writing temporary parsing scripts.
Continue with adjacent tools that fit the same workflow.