JsonParsers.JsonPropertyOf<T> method

Parses a JSON object property (i.e. name, colon, and value). The property value is parsed with the specified parser.

public static IParser<KeyValuePair<string, T>> JsonPropertyOf<T>(this IParser<T> parser)

See Also