Processes a JSON 64-bit integer value
Source position: jsonreader.pp line 141
procedure IJSONConsumer.Int64Value( |
const AValue: Int64 |
); |
AValue |
|
64-bit integer value found in the JSON data |
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.
Implementation-specific error handling.