meta data for this page
  •  

ibec_json_GetNodeName

Returns name of specified node.

Description

No additional description…

Syntax

 function ibec_json_GetNodeName(JSONNode : variant; Unescape : boolean) : integer;

Unescape argument controls how the node name will be processed before returning it. If Unescape is TRUE all escaped character sequences will be converted to their raw values. For example, '\n' will be converted to LINEFEED symbol ($10). If Unescape is FALSE - no conversion will be performed.

Example