Event fired when a JSON object ends
Source position: jsonreader.pp line 131
public property TJSONEventReader.OnEndObject : TNotifyEvent |
OnEndObject is fired when the end of a JSON object is encountered during parsing. The event handler receives the sender object as parameter. This event corresponds to closing curly braces in JSON data.
|
Event fired when a JSON object begins |
|