Base64 to JSON
Decode Base64 encoded text to JSON format.
When to use this tool
Use this tool when you receive a Base64-encoded JSON payload (common in JWTs, API request bodies, or encoded config values) and need to inspect or edit the decoded JSON structure.
How to use
1. Paste the Base64-encoded JSON string into the input. 2. Click "Convert" to decode and pretty-print the JSON. 3. Review the structured output or copy it for further processing.