Processes a JSON floating-point value
Source position: jsonreader.pp line 140
procedure IJSONConsumer.FloatValue( |
const AValue: TJSONFloat |
); |
AValue |
|
Floating-point value found in the JSON data |
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.
Implementation-specific error handling.