This document is archived and information here might be outdated. Recommended version. |
Obtains type of current token.
[Visual Basic .NET] Public ReadOnly Property CurrentTokenType As JSONTokenType
[C#] public JSONTokenType CurrentTokenType {get;}
[C++]
HRESULT get_CurrentTokenType(
JSONTokenType* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type JSONTokenType*