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