Parsing JSON
When we get an API response, we need to know how to access the data.
Since the response is an array, we can loop through the data to only
get what we need!
When we get an API response, we need to know how to access the data.
Since the response is an array, we can loop through the data to only
get what we need!