Convert a JSON object into a URL encoded query string, which is handy when you are building a request URL, a redirect or a tracking link by hand. This tool walks your JSON and produces properly percent encoded key value pairs, using bracket notation for nested objects and repeated bracket keys for arrays so servers that expect that convention parse them correctly. Keys and values are both encoded, spaces become percent twenty, and special characters are made safe. Booleans and numbers are stringified, and nested structures are flattened predictably so the output matches what most web frameworks expect. Paste your JSON object, click convert, and copy the query string to append after a question mark. Everything runs locally in your browser, so the parameters you build are never sent to a server.
Convert a JSON object into a URL encoded query string, which is handy when you are building a request URL, a redirect or a tracking link by hand. This tool walks your JSON and produces properly percent encoded key value pairs, using bracket notation for nested objects and repeated bracket keys for arrays so servers that expect that convention parse them correctly.
Yes. JSON to Query String is completely free, with no sign-up and no usage limits.
Yes. JSON to Query String runs in any modern web browser. There is nothing to download or install.
Yes. JSON to Query String runs entirely on your device in your browser, so nothing you enter is uploaded to a server.