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

TJSONEventReader.Execute

Starts the JSON parsing process and fires events

Declaration

Source position: jsonreader.pp line 120

public procedure TJSONEventReader.Execute;

Description

Execute starts the JSON parsing process. As JSON elements are encountered during parsing, the corresponding event handlers are called if they are assigned. The method processes the entire JSON input until completion or until an error is encountered.

Errors

Raises EJSONParser when invalid JSON syntax is encountered.

See also

TBaseJSONReader.DoExecute


Documentation generated on: Jan 27 2026