JsonString

Represents a string literal in the JSON abstract syntax tree.

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

Gets the lexeme.