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