JsonBoolean

Represents a boolean literal in the JSON abstract syntax tree.

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

Gets the lexeme.