Represents a string literal in the JSON abstract syntax tree.
Constructors
public JsonString(string lexeme)
Initializes a new instance of the JsonString class.
Parameters:
lexeme (string)The lexeme.
Properties
Lexeme
: stringGets the lexeme.