Query String ↔ JSON Converter (NO UPLOAD)
Convert URL query strings like ?a=1&b=2 to JSON (and JSON back to a query string) locally in
your browser. Files never leave your browser.
What this tool does
This tool converts query strings to JSON so you can debug and automate request parameters safely. It also converts JSON objects back into a query string. Everything runs locally (NO UPLOAD).
Common pitfalls
Duplicate keys become arrays (e.g. tag=a&tag=b). Spaces may appear as +. If
you paste a full URL, only its ?query part is used.
Does this tool upload my files? No. All processing happens locally in your browser. Files are never uploaded.
Is it free? Yes. Core workflow is free and privacy-first.
What is it for? Encoding, JSON workflows: validate, convert, and troubleshoot without uploads.
Need help? Open the Topics and Guides entrypoints for common errors and fixes: