IJsonParser Interface

Represents a JSON parser.
public interface IJsonParser

Methods

abstract JsonSyntax Parse(string)
Parses the provided JSON into an abstract syntax tree.

Extension Methods

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