JsonParsers.JsonArrayOf<T> method

Parses an array of JSON values, each of which is parsed with the specified parser.

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

See Also