public static bool ContainsKey(this JsonTreeNode self, String key) { var ukey = Utf8String.From(key); return(self.ContainsKey(ukey)); }