System.JSON.TJSONBool

提供: RAD Studio API Documentation
移動先: 案内検索

System.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONBool

Delphi

TJSONBool = class(TJSONValue)

C++

class PASCALIMPLEMENTATION TJSONBool : public TJSONValue

プロパティ

種類 可視性 ソース ユニット
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON


説明

JSON の論理値です。

TJSONBool のインスタンスで表される値を、そのクラスのコンストラクタに渡すことができます。

値をさまざまな形式で取得するには、次のメンバを使用できます。

メンバ 形式 備考

Value

JSON(文字列

取り得る値は TrueStringFalseString です。

ToString

JSON(文字列

取り得る値は TrueStringFalseString です。

ToBytes

JSON(バイト列

取り得る値は TrueBytesFalseBytes です。

AsBoolean

論理値