JsonObject Class
Represents an object in the JSON abstract syntax tree.
public sealed class JsonObject : JsonSyntax
- Namespace
- Spectre
.Console .Json .Syntax - Base Types
Constructors
-
JsonObject
() -
Initializes a new instance of the
JsonObject
class.
Properties
- List<JsonMember> Members
- Gets the object's members.
Extension Methods
-
T And
<JsonObject> (Action <JsonObject> ) - 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.