Hi
I am using the http://ai2.appinventor.mit.edu.ezproxyberklee.flo.org/reference/other/json-web-apis.html template to learn about parsing JSON data. The data is coming via a thingspeak account giving feeds from my greenhouse. https://api.thingspeak.com/channels/1327025/fields/2.json
I can get the channel data fine, but I am struggling to parse the data as its inside square brackets. How would I need to parse to just get the field data?
Thanks