IsArray
This method checks whether a given property is an array. If that is the case, the method returns TRUE, otherwise it returns FALSE.
Syntax
METHOD IsArray : BOOL
VAR_INPUT
v : SJsonValue;
END_VAR
Return value
Name | Type |
---|---|
IsArray | BOOL |
Inputs
Name | Type |
---|---|
v | SJsonValue (note possible invalidity) |