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

IJSONConsumer.FloatValue

Processes a JSON floating-point value

Declaration

Source position: jsonreader.pp line 140

procedure IJSONConsumer.FloatValue(

  const AValue: TJSONFloat

);

Arguments

AValue

  

Floating-point value found in the JSON data

Description

FloatValue is called when a JSON floating-point number is encountered during parsing. The method receives the floating-point value that was parsed from the JSON data. Implementers should handle the float value according to their processing requirements.

Errors

Implementation-specific error handling.


Documentation generated on: Jan 27 2026