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