Skip to content

How to display nested objects? #30

@zohucen

Description

@zohucen

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions