Is there a way to retrieve values from an Object that contains another Object nested inside? I am not overly concerned about the keys, but it would be helpful if I could access them as well.
Here is an example of the response:
res = {data: {name: 'name', id: 1, city: 'LA'}}
I am looking for a solution in typescript. Any assistance would be greatly appreciated.