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