Build a proper URL-encoded query string from a JSON object — and parse one back — on your device.
JSON in
Query string 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 JSON to Query String
Paste a JSON object.
Read the URL-encoded query string.
Copy it onto the end of your URL.
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.
JSON into a proper query string
Turn a JSON object into a correctly URL-encoded query string ready to append to a link: arrays become repeated keys
(the form servers expect), and every value is percent-encoded so spaces and symbols travel safely. Handy for
building tracking links, API requests and prefilled forms.
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.