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

IJSONConsumer.Int64Value

Processes a JSON 64-bit integer value

Declaration

Source position: jsonreader.pp line 141

procedure IJSONConsumer.Int64Value(

  const AValue: Int64

);

Arguments

AValue

  

64-bit integer value found in the JSON data

Description

Int64Value is called when a JSON 64-bit integer is encountered during parsing. The method receives the 64-bit 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