System.JSON.Writers.TJsonWriter.IsStartToken

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

Delphi

class function IsStartToken(Token: TJsonToken): Boolean;

C++

__classmethod bool __fastcall IsStartToken(System::Json::Types::TJsonToken Token);

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


説明

JSON トークンが開始トークンかどうかを確認します。

IsStartToken は、JSON トークンが開始トークン(StartObject、StartArray、StartConstructor)であれば True を返します。そうでなければ、IsStartTokenFalse を返します。

関連項目