Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display nested objects? #30

Open
zohucen opened this issue Nov 5, 2019 · 1 comment
Open

How to display nested objects? #30

zohucen opened this issue Nov 5, 2019 · 1 comment

Comments

@zohucen
Copy link

zohucen commented Nov 5, 2019

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!

@manmartgarc
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants