JsonString Class
Represents a string literal in the JSON abstract syntax tree.
public sealed class JsonString : JsonSyntax
- Namespace
- Spectre
.Console .Json .Syntax - Base Types
Constructors
-
JsonString
(string) -
Initializes a new instance of the
JsonString
class.
Properties
- string Lexeme
- Gets the lexeme.