Query String Converter
Convert between URL query strings and JSON, with nested bracket support.
Query string
Input
JSON
Output
About the Query String Converter
Convert a query string into structured JSON (supporting bracket notation like a[b][]=1) or serialize JSON back into a query string, useful for debugging API requests and form submissions.
Examples
Nested query to JSON
user[name]=Ada&user[roles][]=adminOutput
{"user":{"name":"Ada","roles":["admin"]}}Related tools
URL Parser
Network & IP
Break a URL into protocol, host, port, path, query, and hash.
CIDR Range Expander
Network & IP
Expand a CIDR block into individual addresses, or compress a range into CIDR blocks.
DNS Record Types Reference
Network & IP
Searchable reference of DNS record types with examples.
HTTP Headers Explainer
Network & IP
Look up common HTTP headers and explain pasted raw headers.
HTTP Status Codes
Network & IP
Searchable reference of HTTP status codes with meaning and usage guidance.
IP Converter
Network & IP
Convert IPv4 to decimal/hex/binary, and expand or compress IPv6.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser