Parses an arbitrary JSON value.
public static readonly IParser<object?> JsonValue;
The resulting object is a null, Boolean, String, Int64, Double, IReadOnlyList{Object}, or IReadOnlyList{KeyValuePair{string,object}}.