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