endevl.json2flat.1.0.source-code.EPL_JSON.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json2flat Show documentation
Show all versions of json2flat Show documentation
Converting JSON documents to flat CSV
{
"name": "English Premier League 2016/17",
"rounds": [
{
"name": "Matchday 1",
"matches": [
{
"date": "2016-08-13",
"team1": {
"key": "hull",
"name": "Hull City",
"code": "HUL"
},
"team2": {
"key": "leicester",
"name": "Leicester City",
"code": "LEI"
},
"score1": 2,
"score2": 1
},
{
"date": "2016-08-13",
"team1": {
"key": "burnley",
"name": "Burnley",
"code": "BUR"
},
"team2": {
"key": "swansea",
"name": "Swansea",
"code": "SWA"
},
"score1": 0,
"score2": 1
},
{
"date": "2016-08-13",
"team1": {
"key": "crystalpalace",
"name": "Crystal Palace",
"code": "CRY"
},
"team2": {
"key": "westbrom",
"name": "West Bromwich Albion",
"code": "WBA"
},
"score1": 0,
"score2": 1
},
{
"date": "2016-08-13",
"team1": {
"key": "everton",
"name": "Everton",
"code": "EVE"
},
"team2": {
"key": "tottenham",
"name": "Tottenham Hotspur",
"code": "TOT"
},
"score1": 1,
"score2": 1
},
{
"date": "2016-08-13",
"team1": {
"key": "middlesbrough",
"name": "Middlesbrough",
"code": "MFC"
},
"team2": {
"key": "stoke",
"name": "Stoke City",
"code": "STK"
},
"score1": 1,
"score2": 1
},
{
"date": "2016-08-13",
"team1": {
"key": "southampton",
"name": "Southampton",
"code": "SOU"
},
"team2": {
"key": "watford",
"name": "Watford",
"code": "WAT"
},
"score1": 1,
"score2": 1
},
{
"date": "2016-08-13",
"team1": {
"key": "mancity",
"name": "Manchester City",
"code": "MCI"
},
"team2": {
"key": "sunderland",
"name": "Sunderland",
"code": "SUN"
},
"score1": 2,
"score2": 1
},
{
"date": "2016-08-14",
"team1": {
"key": "bournemouth",
"name": "Bournemouth",
"code": "BOU"
},
"team2": {
"key": "manutd",
"name": "Manchester United",
"code": "MUN"
},
"score1": 1,
"score2": 3
},
{
"date": "2016-08-14",
"team1": {
"key": "arsenal",
"name": "Arsenal",
"code": "ARS"
},
"team2": {
"key": "liverpool",
"name": "Liverpool",
"code": "LIV"
},
"score1": 3,
"score2": 4
},
{
"date": "2016-08-15",
"team1": {
"key": "chelsea",
"name": "Chelsea",
"code": "CHE"
},
"team2": {
"key": "westham",
"name": "West Ham United",
"code": "WHU"
},
"score1": 2,
"score2": 1
}
]
}
]
}