Parses JSON data and returns root object
Source position: jsonparser.pp line 60
public function TJSONParser.Parse: TJSONData; |
Root JSON data object representing parsed structure
Parse reads and parses JSON data from the input stream, building a complete tree of JSON objects. It returns the root TJSONData object representing the entire parsed JSON structure.
|
Base (abstract) object for all JSON based data types. |