StructToQueryString
Method Signature
StructToQueryString(struct=[structloose], delimiter=[string])Arguments
Argument
Type
Required
Description
Default
Examples
structToQueryString with the default delimiter
someStruct = {
"firstName" : "John",
"lastName" : "Doe"
};
writeDump( structToQueryString( someStruct ) );
Related
Last updated
Was this helpful?
