System.JSON.TJSONNumber

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