Unit 'JsonParser' Package
[Overview][Types][Classes][Index] [#fcl]

TJSONParser.Parse

Parses JSON data and returns root object

Declaration

Source position: jsonparser.pp line 60

public function TJSONParser.Parse: TJSONData;

Function result

Root JSON data object representing parsed structure

Description

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.

See also

TJSONData

  

Base (abstract) object for all JSON based data types.


Documentation generated on: Jan 27 2026