I need to consume an API service which returns the following. The object does not contain property names, there for I am not clear what the model or for each loop should look like. Please advise. Thanks
{
"0": [
[
"01:08 PM - 01:28 PM",
"2017-07-19T13:08:24.000-07:00",
218
],
[
"01:23 PM - 01:43 PM",
"2017-07-19T13:23:24.000-07:00",
218
],
[
"01:38 PM - 01:58 PM",
"2017-07-19T13:38:24.000-07:00",
218
],
[
"01:53 PM - 02:13 PM",
"2017-07-19T13:53:24.000-07:00",
218
],
[
"02:08 PM - 02:28 PM",
"2017-07-19T14:08:24.000-07:00",
218
],
[
"02:23 PM - 02:43 PM",
"2017-07-19T14:23:24.000-07:00",
218
],
[
"12:53 PM - 01:13 PM",
"2017-07-19T12:53:24.000-07:00",
218
]
]
}
"0"- and that contains an array of arrays