Converting JavaScript list to a list

I'm trying to interact with an API and I have a list example: {"count":0} although there are layered lists and much more messy stuff, is there an easy way of doing that or does it need some complex solution?

Use dictionary and list blocks to break down the data. You do not provide a full dataset so it is difficult to advise further...

do you need a larger list? if so I can give you one, I was looking for a small one as an example.

Yeah I think that's what you want: {"id":14319547,"username":"mathman05","scratchteam":false,"history":{"joined":"2016-01-09T16:41:26.000Z"},"profile":{"id":13484839,"images":{"90x90":"https://cdn2.scratch.mit.edu/get_image/user/14319547_90x90.png?v=","60x60":"https://cdn2.scratch.mit.edu/get_image/user/14319547_60x60.png?v=","55x55":"https://cdn2.scratch.mit.edu/get_image/user/14319547_55x55.png?v=","50x50":"https://cdn2.scratch.mit.edu/get_image/user/14319547_50x50.png?v=","32x32":"https://cdn2.scratch.mit.edu/get_image/user/14319547_32x32.png?v="},"status":"I am incredibly bored. nothing to do. at all.","bio":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ngoogle search: RCKRLL","country":"United States"}}

as already mentioned, use the dictionary blocks...
for examples you always can do a search in the community...
https://community.appinventor.mit.edu/search?q=dictionary%20%23tutorials-and-guides

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

There are lots of web API samples in