System.JSON.Readers.TJsonReader.TokenType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TokenType: TJsonToken read FTokenType;

C++

__property System::Json::Types::TJsonToken TokenType = {read=FTokenType, nodefault};

Properties

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

Description

Type of the JSON token where the reader is.

See Also