'How to use NASA's neos (near earth objects) API in sketchware pro

I'm trying to use NASA's neos API in sketchware pro, the response from the API is a JSON but not in proper structure, it's contains "[]" before Key's , for example it looks like this screenshot of response

In this screenshot you will see that at first it contains JSON inside JSON but after the second JSON object ends and third object starts with a date {"2022-05-04":["links":{self... "}]} Like this, so i can't get this second JSON data because I don't understand the structure of this JSON ,

I'm trying to show this data in a custom list view that gets data from ListMap,

Thank you for attention, I hope I described my issue properly to make you understand it better



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source