Overloads the index operator to return the value for key using data.
key
String operator [](String key) { return data(key); }