I have the below Data structure:
response:{
'a':'1',
'b':[
{
'c':'2',
'd':[
{
'e':'3',
'f':[
{
'g':'4',
'h':'5
}
]
}
]
}
]
}
how can i use get() to get the value of 'h'