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