JSON Formatter
Format minified JSON with readable indentation.
Open toolInspect JWT header and payload without verifying it. Your input stays in this browser during processing.
Your text and settings stays in this browser.
Decode a JWT's header and payload into readable JSON locally, with a clear warning that the signature is not verified.
Pretty-printed JWT header and payload JSON plus an explicit unverified-signature warning.
Inspect token expiry and audience claims during local debugging without sending the token elsewhere.
Read the header and payload as untrusted claims. Decoding a token does not check its signature, issuer, audience or revocation state, and an attacker can construct a readable payload. Use a server-side verification library and the expected key before granting access. Inspect expiry timestamps in the correct time zone, and avoid sharing the token in screenshots or support messages because it may function as a credential.
Confirm it has period-separated header, payload and signature segments and that the first two are Base64URL-encoded JSON.
The text and settings is processed on this device and is not uploaded to MyFileNest. Closing or refreshing the page clears the active session.
Practical limit: Large text or structured-data inputs can respond more slowly in the browser. Verify generated output before using it in a production workflow.