aspanda
6 years agoNew Contributor II
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”},
}
A,B,C,D,E all are objects.
i want to extract only B’s value when the key matches to B.
Regards,
Asheerbad