JsonNull Class
Represents a null literal in the JSON abstract syntax tree.
public sealed class JsonNull : JsonSyntax
- Namespace
- Spectre
.Console .Json .Syntax - Base Types
Constructors
-
JsonNull
(string) -
Initializes a new instance of the
JsonNull
class.
Properties
- string Lexeme
- Gets the lexeme.
Extension Methods
-
T And
<JsonNull> (Action <JsonNull> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.