Function TokenType Returns Integer

 

returns the type of the current token

 

Usage

 

Get TokenType to iType

 

the type can be one of the following values

 

JTokenType_None

JTokenType_Object

JTokenType_Array

JTokenType_Constructor

JTokenType_Property

JTokenType_Comment

JTokenType_Integer

JTokenType_Float

JTokenType_String

JTokenType_Boolean

JTokenType_Null

JTokenType_Undefined

JTokenType_Date

JTokenType_Raw

JTokenType_Bytes

JTokenType_Guid

JTokenType_Uri

JTokenType_TimeSpan