JSON URL Encode
Encode JSON text to a URL-safe format.
When to use this tool
Necessary when passing JSON data in URL query parameters, route segments, or cookie values. Commonly used in OAuth flows, API redirects, or any scenario where structured data must survive URL transport safely.
How to use
Enter or paste the JSON you want to transmit in a URL. The tool percent-encodes the JSON string, making it safe for URLs. Copy the result to use as a query parameter or fragment value.