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