JsonNull

Represents a null literal in the JSON abstract syntax tree.

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 : string

Gets the lexeme.