results: { //this is json api
Match: [
{
group: "",
matchid: "193894",
mtype: "t20",
series_id: "12437",
series_name: "Indian Premier League, 2016",
stage: "heat",
status: "pre",
MatchNo: "Match 30",
Venue: {
venueid: "90",
content: "M.Chinnaswamy Stadium, Bengaluru"
},
StartDate: "2016-05-02T20:00:00+05:30",
EndDate: "2016-05-03T00:00:00+05:30",
MatchTimeSpan: "Day-Night",
Team: [
{
Team: "Bangalore",
role: "",
teamid: "1105"
},
{
Team: "Kolkata",
role: "",
teamid: "1106"
}
],
date_match_start: "20160502143000",
date_match_end: "20160502183000"
}
How to get both team name like Bangalore versus Kolkata.