Exemple #1
0
 public static bool Contains(this JsonData data, string key)
 {
     return(data.EnsureDictionary().Contains(key));
 }