Event fired when a JSON boolean value is encountered
Source position: jsonreader.pp line 122
public property TJSONEventReader.OnBooleanValue : TOnJSONBoolean |
OnBooleanValue is fired when a JSON boolean value is encountered during parsing. The event handler receives the sender object and the boolean value as parameters. This event corresponds to JSON True and False values in the input data.
|
Event handler for JSON boolean values |