ibec_json_GetNodeName
Returns name of specified node.
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.
See JSON example
back to top of page
<< ibec_json_GetNodeValue | IBEBlock | ibec_json_ChildCount >>