meta data for this page
  •  

ibec_json_NodeType

Returns the type of the specified JSON node.

Description

No additional description…

Syntax

 function ibec_json_NodeType(JSONNode : variant) : integer;
There are three types of JSON nodes: object, array and element. Possible return values are 
__jsonObject (=1), __jsonArray (=2) and __jsonElement (=3).

Example