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