IsArray

IsArray 1:

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

IsArray 2: Return value

Name

Type

IsArray

BOOL

IsArray 3: Inputs

Name

Type

v

SJsonValue