meta data for this page
  •  

ibec_json_GetNodeValue

Returns the value of specified JSON node.

Description

No additional description…

Syntax

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

Unescape argument controls how the node value 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