arrow_back All tools
question_mark

Query String ↔ JSON

Parse and build URL query strings.

Query string
JSON
info

Splits ?a=1&b=2 into JSON and back, handling arrays (a[]=1&a[]=2), repeated keys and percent-encoding. Values stay strings — a query string has no types.

Other tools