API:System.JSON.TJSONNumber
Delphi
TJSONNumber = class(TJSONValue)
C++
class PASCALIMPLEMENTATION TJSONNumber : public TJSONValue
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
Description
Represents the ancestor class for all the JSON classes defining string, object, array, number, boolean, true, false, and null values.
System.JSON.TJSONNumber inherits from System.JSON.TJSONValue. All content below this line refers to System.JSON.TJSONValue.
Represents the ancestor class for all the JSON classes defining string, object, array, number, boolean, true, false, and null values.
See Also
- System.JSON.TJSONString
- System.JSON.TJSONNumber
- System.JSON.TJSONObject
- System.JSON.TJSONArray
- System.JSON.TJSONBool
- System.JSON.TJSONTrue
- System.JSON.TJSONFalse
- System.JSON.TJSONNull