Returns the value associated with the specified key in the JsonRow. The key must be of type T.
key
T
T getKey(JsonRow row) => row[keyName] as T;