JsonMember Class

Represents a member in the JSON abstract syntax tree.
public sealed class JsonMember : JsonSyntax

Constructors

JsonMember(string, JsonSyntax)
Initializes a new instance of the JsonMember class.

Properties

string Name
Gets the member name.
JsonSyntax Value
Gets the member value.

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.