Hi. I’m trying to get the remote data for this:
{
"entries": [
{
"Services": [
{
"ServiceNo": "522",
"Operator": "MICHAEL",
"NextAvailability": {
"IdentityCode": "85499",
"EstimatedAvailability": "2018-10-23T14:50:00+10:00",
"Type": "CC"
},
"NextAvailability": {
"IdentityCode": "85239",
"EstimatedAvailability": "2018-10-23T14:55:00+10:00",
"Type": "CC"
I was able to get the “ServiceNo” and “Operator” when I input Services as the data root.
The only difficulty I’m facing is getting the information under “NextAvailability”.
Any advice for such JSON format?
Thanks.