httpdomain icon indicating copy to clipboard operation
httpdomain copied to clipboard

How to display nested objects?

Open zohucen opened this issue 6 years ago • 1 comments

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!

zohucen avatar Nov 05 '19 10:11 zohucen

Guessing there is not built-in way of doing this?

manmartgarc avatar Jan 08 '22 01:01 manmartgarc