Query Params to JSON
Data & Converters
100% in-browser
Paste a URL or query string and get its parameters as JSON.
How to use the Query Params to JSON
- 1 Paste a full URL or just the query string.
- 2 Parameters are parsed into JSON (repeated keys become arrays).
- 3 Copy the JSON.
About the Query Params to JSON
Debugging a URL is easier when its query parameters are laid out as JSON. This tool extracts and decodes every parameter for you.
Everything runs locally in your browser.
Frequently asked questions
Does it decode URL-encoded values?
Yes, percent-encoded values are decoded automatically.
What about repeated keys?
Repeated parameters are collected into an array.