I have an API key from Forecast.io that gives me the JSON output found in the file here. I would like to create a plot of some of the data included (e.g. the variation of temperature over a period of time). Once I get the data into a JavaScript array, I plan on using the Google Charts API to create the chart, but I'm struggling to figure out what the best way to efficiently convert the JSON data to a JavaScript array.
Looking around on various forums, several places reference that they are using jQuery. Is that a necessity? If so, can you point me toward a good tutorial for getting that setup?
P.S. If you can't tell, I'm very much a newbie at this, so please excuse my very rudimentary knowledge of what I'm doing.