IsObject

IsObject 1:

This method checks whether the given property is a further JSON object. If that is the case, the method returns TRUE, otherwise it returns FALSE.

Syntax

METHOD IsObject : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsObject 2: Return value

Name

Type

IsObject

BOOL

IsObject 3: Inputs

Name

Type

v

SJsonValue