JsonMember Class
Represents a member in the JSON abstract syntax tree.
public sealed class JsonMember : JsonSyntax
- Namespace
- Spectre
.Console .Json .Syntax - Base Types
Constructors
-
JsonMember
(string, JsonSyntax) -
Initializes a new instance of the
JsonMember
class.
Properties
Extension Methods
-
T And
<JsonMember> (Action <JsonMember> ) - 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.