System.JSON.Writers.TJsonWriter.IsEndToken

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function IsEndToken(Token: TJsonToken): Boolean;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Description

Vérifie si le token JSON est un token de fin.

IsEndToken renvoie True lorsque le token JSON est un token de fin : EndObject, EndArray, EndConstructor. Sinon, IsEndToken renvoie False.

Voir aussi