JsonParsers.JsonObject field

Parses a JSON object of arbitrary JSON property values.

public static readonly IParser<IReadOnlyList<KeyValuePair<string, object?>>> JsonObject;

See Also