JsonObject Class

Represents an object in the JSON abstract syntax tree.
public sealed class JsonObject : JsonSyntax

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.