JSON URL Decode
Decode URL-encoded JSON text back to its original form.
When to use this tool
Handy when debugging URLs containing JSON payloads, such as OAuth state parameters, webhook redirects, or API callback URLs. Decode and inspect the original JSON quickly to troubleshoot data integrity issues.
How to use
Paste the percent-encoded JSON string from a URL into the input field. The tool decodes it back to a readable JSON object. Copy the result to inspect or edit the original data.