Query String to JSON
Convert URL query parameters into JSON, preserving repeated names as arrays.
Convert in your browser · No sign-up
How to use
- Convert URL query parameters into JSON, preserving repeated names as arrays.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
tag=a&tag=b → {"tag":["a","b"]}Details and limitations
All values remain strings. Accepts an optional leading ?. Decodes percent escapes and treats + as a space.
Text stays in your browser; it is not sent to a conversion server.
FAQ
Query String to JSON — What are the supported inputs and limits?
All values remain strings. Accepts an optional leading ?. Decodes percent escapes and treats + as a space.
Related tools
Format references
Tool page updated: