public static bool Matches(this IJsonFilter filter, object value) { return(filter.Matches(JSON.FromObject(value))); }
public override bool VisitObject(IJsonObject value) { return(_filter.Matches(value)); }