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