Base64 to JSON Converter
Decode Base64 that contains JSON and turn it into readable, validated JSON output.
Last updated: June 1, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Base64 to JSON Converter?
This converter is a focused Base64-to-JSON page for users who receive encoded JSON payloads. It reuses the same browser-side engine as the JSON to Base64 tool, with the decode direction selected first.
How to Use Base64 to JSON Converter
Paste a Base64-encoded JSON string.
Click Decode Base64 to JSON.
Fix the input if validation reports an error.
Copy the formatted JSON result.
Common Use Cases
- Opening encoded JSON from API logs.
- Checking Base64 JSON stored in config.
- Decoding JSON payloads copied from URLs or tokens.
- Formatting decoded JSON before sharing it with a teammate.
Example Input and Output
Decode a Base64 object into readable JSON.
eyJ0eXBlIjoiZXZlbnQiLCJjb3VudCI6M30={
"type": "event",
"count": 3
}Data Privacy
Encoded and decoded JSON stays in your browser.

