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