Float type used in JSON unit.
Source position: fpjson.pp line 64
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. |