JsonParsers.JsonObjectOf<T> method

Parses a JSON object from its properties. The specified parser must parse each entire JSON property (name, colon, and value).

public static IParser<IReadOnlyList<T>> JsonObjectOf<T>(this IParser<T> parser)

See Also