Accessing data in multiple JSON arrays

Hi Guys,

Quick question about the best way to access data within multiple JSON arrays. Right now I’m using this code below to fetch the data:

I’ve used Each loops to access data in single arrays, but in the forecastio.value.daily.data array is within forecastio.value.daily array.

Do you guys have any suggestions about the best way to retrieve the data within each array?

Thanks! Jesse

I figured something out. Nevermind!