Unit 'JsonReader' Package
[Overview][Types][Classes][Index] [#fcl]

IJSONConsumer.BooleanValue

Processes a JSON boolean value

Declaration

Source position: jsonreader.pp line 138

procedure IJSONConsumer.BooleanValue(

  const AValue: Boolean

);

Arguments

AValue

  

Boolean value found in the JSON data

Description

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.

Errors

Implementation-specific error handling.


Documentation generated on: Jan 27 2026