Perform a look up on keys of an object to get it's value
Hello All, I have a requirement to extract values of an object based on it’s key through a lookup. For Example i have following json structure : { “A”:{ “B” : {“value” :“test”}, “C” : {“value” :“test”}, “D” : {“value” :“test”}, “E” : {“value” :“test...