meta data for this page
  •  

ibec_json_Parse

Parses a text which contains JSON data. Returns pointer to a root node of JSON tree.

Description

No additional description…

Syntax

  function ibec_json_Parse(JSONData : string) : variant;

Example