About the Query String Parser
The Query String Parser accepts a complete URL or text after the question mark. Duplicate names become arrays, plus signs follow form-query rules and build mode turns an object back into an encoded query.
How to use the Query String Parser
- Paste a URL/query or a JSON object.
- Choose parsing or building.
- Run the conversion and inspect repeated parameter values.
Practical tips
- A URL fragment after # is not part of the query.
- Use arrays in build-mode JSON to produce the same key more than once.