System.JSON.Writers.TJsonWriter.IsEndToken

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

Delphi

class function IsEndToken(Token: TJsonToken): Boolean;

C++

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

プロパティ

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


説明

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

IsEndToken は、JSON トークンが終了トークン(EndObject、EndArray、EndConstructor)であれば True を返します。そうでなければ、IsEndTokenFalse を返します。

関連項目