ArrayToStruct
Method Signature
ArrayToStruct(array=[array])Arguments
Argument
Type
Required
Description
Default
Examples
Convert an array to a struct using arrayToStruct()
JSONSerialize( arrayToStruct( [
"a",
"b"
] ) );
Additional Examples
Related
Last updated
Was this helpful?
