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