ibec_json_NodeType

Returns the type of the specified JSON node.

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

See JSON example

back to top of page
<< ibec_json_SelectNode | IBEBlock | ibec_json_GetNodeValue >>