Esempio n. 1
0
 public static JsonNode GetObjectItem(this JsonNode self, String key)
 {
     return(self.GetObjectItem(Utf8String.From(key)));
 }