Constructor StringJsonToken
StringJsonToken(JsonTokenType, string, string)
Initializes a new instance of the StringJsonToken class.
public StringJsonToken(JsonTokenType type, string lexeme, string value)
Parameters
type
JsonTokenTypeThe token type.
lexeme
stringThe lexeme.
value
stringThe String value.