The type of the URL string.
The type of the object to return.
The URL string to convert.
The object representation of the query string in url
.
`queryStringToObject('foo=1&bar=2&baz=3')`
`queryStringToObject('foo=&bar=2&baz=3')`
`queryStringToObject('foo[0]=1&foo[1]=2&baz=3')`
Converts a query string to an object.