$$form
Converts an object to Form URL-Encoded string (a.k.a Query String)
- Array values will be treated as multiple values for the same key (so the key will be duplicated in the result for each of the values)
Usage​
{
"$$form": /* undefined */
}
"$$form:{input}"
Returns​
string
- form url-encoded string
Arguments​
Argument | Type | Values | Required / Default Value | Description |
---|---|---|---|---|
Primary | object | Yes |