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