Starts the JSON parsing process using the assigned consumer
Source position: jsonreader.pp line 172
public procedure TJSONConsumerReader.Execute; |
Execute starts the JSON parsing process. As JSON elements are encountered during parsing, the corresponding methods in the assigned IJSONConsumer are called if a consumer is 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 |
||
|
JSON consumer object that processes parsed elements |