Processes the start of a JSON array
Source position: jsonreader.pp line 148
procedure IJSONConsumer.StartArray; |
StartArray is called when the beginning of a JSON array is encountered during parsing. This corresponds to opening square brackets in the JSON data. Implementers should handle the start of the array according to their processing requirements.
Implementation-specific error handling.
|
Processes the end of a JSON array |