stringify
static
void
stringify
(
obj
,
cfg
)
Converts a simple object to a Query String representation.
Nested objects, Arrays, and so on, are not supported.
- Parameters:
-
obj <Object>
A single-level object to convert to a querystring. -
cfg <Object>
(optional) Configuration object. In the simple module, only the arrayKey setting is supported. When set to true, the key of an array will have the '[]' notation appended to the key;.