querystring/js/querystring-parse.js:20
The QueryString module adds support for serializing JavaScript objects into query strings and parsing JavaScript objects from query strings format.
stringifyobj
cfg
name
Defined in
querystring/js/querystring-stringify.js:27
Converts an arbitrary value to a Query String representation.
Objects with cyclical references will trigger an exception.
obj
Variant
any arbitrary value to convert to query string
cfg
Object
(optional) Configuration object. The three supported configurations are:
name
String
(optional) Name of the current key, for handling children recursively.