System.JSON.TJSONPathParser.TokenArrayIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TokenArrayIndex: Integer read FTokenArrayIndex;

C++

__property int TokenArrayIndex = {read=FTokenArrayIndex};

Properties

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

Description

Index that corresponds to the last ArrayIndex token that NextToken returned. This is the index of an item of a JSON array.

See Also