All tools

JSON to Query String

Turn a flat JSON object into a URL query string, expanding arrays into repeated keys.

Query string
?q=hello+world&tags=js&tags=ts&page=2

Array values expand into repeated keys; nested objects are JSON-encoded. Values are URL-encoded for you. Runs locally.