System.JSON.Writers.TJsonWriter.IsStartToken

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function IsStartToken(Token: TJsonToken): Boolean;

C++

__classmethod bool __fastcall IsStartToken(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 début.

IsStartToken renvoie True lorsque le token JSON est un token de début : StartObject, StartArray, StartConstructor. Sinon, IsStartToken renvoie False.

Voir aussi