I have following nested configuration object, and I want to get the value of key1, which means I want to return "value1", key1 is static, but randomGeneratedNumber and randomGeneratedName are dynamic from database.I have following nested configuration object, a