System.JSON.TJSONNumber

Delphi
TJSONNumber = class sealed(TJSONString)
C++
class PASCALIMPLEMENTATION TJSONNumber : /*[[sealed]]*/ public TJSONString
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
Description
Implements a JSON number.
TJSONNumber is the class that implements a JSON number.