Event fired when a JSON null value is encountered
Source position: jsonreader.pp line 121
public property TJSONEventReader.OnNullValue : TNotifyEvent |
OnNullValue is fired when a JSON null value is encountered during parsing. The event handler receives the sender object as parameter. This event corresponds to JSON null values in the input data.