Hi,
I modified the Weather sample code to call my own personal API and return the following array of objects. I cannot work out how to iterate through the JSON and parse to a local list/array. Do you have any examples please?
[
{
"Name":"Morning Ride",
"TrainingLoad":45,
"TypeId":1
},
{
"Name":"Night Run - getting quicker now, despite being so blind as to actually run round a corner in Hyde Park and go the wrong way. ",
"TrainingLoad":78,
"TypeId":2
},
{
"Name":"I could not be wetter",
"TrainingLoad":23,
"TypeId":1
}
]