System.JSON.TJSONNumber

Delphi
TJSONNumber = class sealed(TJSONString)
C++
class PASCALIMPLEMENTATION TJSONNumber : /*[[sealed]]*/ public TJSONString
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| class | public | System.JSON.pas System.JSON.hpp | System.JSON | System.JSON | 
説明
JSON 数値を実装したクラス。
TJSONNumber は JSON 数値を実装したクラスです。