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

IJSONConsumer.IntegerValue

Processes a JSON integer value

Declaration

Source position: jsonreader.pp line 143

procedure IJSONConsumer.IntegerValue(

  const AValue: Integer

);

Arguments

AValue

  

Integer value found in the JSON data

Description

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.

Errors

Implementation-specific error handling.


Documentation generated on: Jan 27 2026