Here's my json file, I am trying to access the properties inside the group such as homeTeam and markerImage.
And how do determine the number of groups inside the competition. Please help!
{
"competition":{
"group1":[
{
"homeTeam":"Lawrence Library",
"markerImage":"images/red.png",
},
{
"homeTeam":"Hamilton Library",
"markerImage":"images/white.png",
},
{
"homeTeam":"Applebees",
"markerImage":"images/newcastle.png",
}
],
"group2":[
{
"homeTeam":"Lawrence Library",
"markerImage":"images/red.png",
},
{
"homeTeam":"Hamilton Library",
"markerImage":"images/white.png",
},
{
"homeTeam":"Applebees",
"markerImage":"images/newcastle.png",
}
]
}
}