Processes a JSON boolean value
Source position: jsonreader.pp line 138
procedure IJSONConsumer.BooleanValue( |
const AValue: Boolean |
); |
AValue |
|
Boolean value found in the JSON data |
BooleanValue is called when a JSON boolean value is encountered during parsing. The method receives the boolean value that was found in the JSON data. Implementers should handle the boolean value according to their processing requirements.
Implementation-specific error handling.