Forum Discussion

sdelano's avatar
sdelano
New Contributor II
9 years ago

Find Array index from object value in the array object getindex?

I have a json file with an array designed like below. I don’t have control over the number of or order of address entries. I have tried $.Address.findIndex(x => x == ‘Home’) and $.Address ? (value.A...