Query String to JSON
Convert URL parameters to JSON without losing repeated values or Unicode.
Your data is processed locally in your browser.
URL parameters as JSON
The tool accepts an initial question mark, decodes percent encoding, and preserves repeated parameters as string arrays.
Important considerations
Values remain strings: 27 is not silently converted to a number and true is not converted to a boolean.
Processing happens locally in your browser.
Explore all web development tools