System.JSON.TJSONPathParser.TokenName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property TokenName: string read FTokenName;

C++

__property System::UnicodeString TokenName = {read=FTokenName};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPathParser


Description

Nom correspondant au dernier jeton Name renvoyé par NextToken. Ce nom représente une clé d'une paire clé-valeur d'un objet JSON.

Voir aussi