Query String to JSON
Turn a URL query string into JSON. Repeated keys (?a=1&a=2) become an array, percent-encoding is decoded, and values stay strings, so you see exactly what a request carried.
Turn a URL query string into JSON. Repeated keys (?a=1&a=2) become an array, percent-encoding is decoded, and values stay strings, so you see exactly what a request carried.