Skip to content

Query string to JSON

Turn a URL’s query string into readable JSON — and build one back — on your device, nothing sent anywhere.

URL or query string in

JSON out

Parses a URL or query string into JSON (repeated keys become arrays) and builds one back, URL-encoding values. Runs in your browser.

Runs in your browser. Files are never uploaded — you can go offline after the page loads.

How to use the Query String to JSON

  1. Paste a URL or query string.
  2. Read the JSON, repeated keys as arrays.
  3. Copy or download the JSON.

Easy to use

Drop files, pick options, download. Whole folders at once, no signup, no daily limit.

Best quality

The same engines the professionals use — SVGO, resvg, MozJPEG, libwebp, libavif — compiled to run in your browser.

Private & secure

Files are processed on your device and never uploaded. Close the tab and nothing remains anywhere.

Query parameters as clean JSON

Paste a full URL or just its query string and get a JSON object back, with values URL-decoded and any repeated parameter collected into an array. It is the quickest way to read a messy tracking URL, inspect an API call, or turn a form submission into structured data.

It runs both ways — JSON to query string — using your browser's built-in URL engine, so nothing is sent anywhere. To break a whole URL into every part, use the URL parser.

Frequently asked questions

What happens to repeated parameters?

Keys that appear more than once (like tag=a&tag=b) are collected into a JSON array, and arrays convert back into repeated parameters.

Is the URL sent anywhere?

No — it uses your browser’s built-in URL engine; nothing leaves your device.

Your files never leave your device

Most online converters upload your file to a server. InfyTool ships the actual encoders to your browser as WebAssembly instead, so processing happens inside your tab — faster for batches, and nothing to delete afterwards.

  • No upload, ever. Turn off Wi-Fi after the page loads and every tool keeps working.
  • No limits. No file-size cap, no queue, no watermark, no account.
  • Runs on your CPU. Batches use several cores in parallel; nothing is throttled.

More free tools

Need icons or SVGs to start from?

InfyTool is built by the same team as these free libraries.