[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Float type used in JSON unit
Source position: fpjson.pp line 32
type TJSONFloat = Double; |
TJSONFloat is the floating point type used in the JSON support. It is currently a double, but this can be changed easily.
|
Class to represent floating-point JSON data. |