Util
Parse Query String
Returns parsed object where the first argument equals a given string.
Expression:
QUERYSTRING_PARSE(queryString: string)
Return:
parsedObject: object
Example of usage:
Serialize Query String
Returns the first argument as a serialized query string.
Expression:
QUERYSTRING_SERIALIZE(query: object, skipNulls?: boolean)
Return:
queryString: string
Example of usage:
Last updated