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