System.JSON.TJSONPathParser.TokenArrayIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property TokenArrayIndex: Integer read FTokenArrayIndex;

C++

__property int TokenArrayIndex = {read=FTokenArrayIndex};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPathParser


説明

NextToken が返した最後の ArrayIndex トークンに相当する Index。 これは、JSON 配列項目のインデックスです。

関連項目