System.JSON.TJSONPathParser.TokenArrayIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property TokenArrayIndex: Integer read FTokenArrayIndex;

C++

__property int TokenArrayIndex = {read=FTokenArrayIndex};

Propriétés

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


Description

Index correspondant au dernier jeton ArrayIndex renvoyé par NextToken. C'est l'index d'un élément d'un tableau JSON.

Voir aussi