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

IJSONConsumer.QWordValue

Processes a JSON quadword value

Declaration

Source position: jsonreader.pp line 142

procedure IJSONConsumer.QWordValue(

  const AValue: QWord

);

Arguments

AValue

  

Quadword value found in the JSON data

Description

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.

Errors

Implementation-specific error handling.


Documentation generated on: Jan 27 2026