The result type of Querystring.parse. Is a collection of either strings or array of strings.

The object returned by the querystring.parse() method does not prototypically inherit from the JavaScript Object. This means that typical Object methods such as obj.toString(), obj.hasOwnProperty(), and others are not defined and will not work.

See also:

Alias