JsonSyntax Class

Represents a syntax node in the JSON abstract syntax tree.
public abstract class JsonSyntax

Extension Methods

T And<JsonSyntax>(Action<JsonSyntax>)
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.