i have created a JSON string file which contains
{
[{"teamName":"Arsenal",
"image":"Arsenal",
"nextMatch":"in 2 days",
"matches":[{"oppositeTeam":"teamName",
"matchTimings":"121212",
"matchId":"ID 213432"},
{"oppositeTeam":"teamName",
"matchTimings":"121212",
"matchId":"ID 213432"}],
"fixtures": {"oppositeTeam":"teamName",
"oppositeTeamScore":"7",
"homeTeamScore":"4",
"homeTeamCards":"True",
"oppositeTeamCards":"false",
"fixtureId":"ID 213432”}
}},
{"teamName":"Chelsea",
"image":"Chelsea",
"nextMatch":"in 2 days",
"matches":{"oppositeTeam":"teamName",
"matchTimings":"121212",
"matchId":"ID 213432"},
"fixtures": {"oppositeTeam":"teamName",
"oppositeTeamScore":"7",
"homeTeamScore":"4",
"homeTeamCards":"True",
"oppositeTeamCards":"false",
"fixtureId":"ID 213432”}
}},{
"teamName":"India",
"image":"India",
"nextMatch":"in 2 days",
}
] }
but when i checked this JSON on online Json reader it shows many errors and i am new to json parsing and dont know how to correct json