Developer
Query String Parser
Turn a query string into a readable table and JSON object, or build a correctly encoded query string from JSON.
Good to know
Frequently asked questions
Can I paste a full URL?
Yes. Everything before the first question mark is ignored when parsing.
How are repeated keys handled?
They appear once per occurrence in the table and as an array in the JSON output.
Is my data uploaded?
No. Everything is parsed locally in your browser.
Does building escape special characters?
Yes. Values are percent-encoded automatically, so the result is always a valid query string.