Since the response is json why not just use the map() function rather than parsing the json manually? The json structure is a native data structure that can be accessed with the internal Make array functions.
Since the response is json why not just use the map() function rather than parsing the json manually? The json structure is a native data structure that can be accessed with the internal Make array functions.