httpdomain
httpdomain copied to clipboard
How to display nested objects?
my object structure :
{
"name":"Mick",
"att":{
"url" :"www.domain.com",
"other" :{
"desc":"hello world"
}
}
}
I want to show it as follows:
Response Json Object:
- name :
- att :
- other :
- desc :
Hope to get your help , thanks!
Guessing there is not built-in way of doing this?