stringify
static
void
stringify
(
obj
,
sep
,
eq
,
name
)
Converts an arbitrary value to a Query String representation.
Objects with cyclical references will trigger an exception.
- Parameters:
-
obj <Variant>
any arbitrary value to convert to query string -
sep <String>
(optional) Character that should join param k=v pairs together. Default: "&" -
eq <String>
(optional) Character that should join keys to their values. Default: "=" -
name <String>
(optional) Name of the current key, for handling children recursively.