Starts the JSON parsing process and fires events
Source position: jsonreader.pp line 120
public procedure TJSONEventReader.Execute; |
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.
Raises EJSONParser when invalid JSON syntax is encountered.
TBaseJSONReader.DoExecute |