JSON to Query String
Build URL query parameters from a JSON object, including repeated array values.
Convert in your browser · No sign-up
How to use
- Build URL query parameters from a JSON object, including repeated array values.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
{"tag":["a","b"]} → tag=a&tag=bDetails and limitations
Only scalars and arrays of scalars are supported. Null becomes an empty value, spaces become +, and nested objects are rejected.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JSON to Query String — What are the supported inputs and limits?
Only scalars and arrays of scalars are supported. Null becomes an empty value, spaces become +, and nested objects are rejected.
Related tools
Format references
Tool page updated: