System.JSON.TJSONPathParser.TokenName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TokenName: string read FTokenName;

C++

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

Properties

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

Description

Name that corresponds to the last Name token that NextToken returned. This name represents a key of a key-value pair of a JSON object.

See Also