Parse URL query strings into key-value pairs.
Paste a query string (with or without leading ?) to see parsed key-value pairs. Duplicate keys are shown as arrays.
Is this tool free to use?
Does the tool run in the browser?
Is my data uploaded to a server?
Can I use this tool for large files?
Input
?foo=bar&baz=qux
Output
foo: bar, baz: qux