Home/Data/Query String to JSON

Query String to JSON Converter

Parse a URL query string into a clean JSON object so you can inspect, log or reuse the parameters from a link. This tool accepts a full URL or a bare query string with or without the leading question mark, splits it into key value pairs, and URL decodes both sides so percent encoded characters and plus signs turn back into real text. When a key appears more than once, or ends in the array brackets convention, its values are grouped into a JSON array so nothing is lost. Empty values become empty strings rather than being dropped. Paste your query string or URL, click parse, and copy the pretty printed JSON. Everything runs locally in your browser, which means the URLs and parameters you paste are never sent anywhere or recorded.

Frequently asked questions

What is Query String to JSON?

Parse a URL query string into a clean JSON object so you can inspect, log or reuse the parameters from a link. This tool accepts a full URL or a bare query string with or without the leading question mark, splits it into key value pairs, and URL decodes both sides so percent encoded characters and plus signs turn back into real text.

Is Query String to JSON free to use?

Yes. Query String to JSON is completely free, with no sign-up and no usage limits.

Does Query String to JSON work in a web browser?

Yes. Query String to JSON runs in any modern web browser. There is nothing to download or install.

Is my data private with Query String to JSON?

Yes. Query String to JSON runs entirely on your device in your browser, so nothing you enter is uploaded to a server.