Skip to content

Instantly share code, notes, and snippets.

@Lysander
Created June 22, 2012 18:32
Show Gist options
  • Select an option

  • Save Lysander/2974413 to your computer and use it in GitHub Desktop.

Select an option

Save Lysander/2974413 to your computer and use it in GitHub Desktop.
Sport results
{
"football": [
{
"event": "EURO 2012",
"results": [
{
"home": "Tschechien",
"away": "Portugal",
"score": "0 - 1"
}
]
}
],
"tennis": [
{
"event": "ATP Eastbourne",
"results": [
{
"players": "Harrison - Istomin",
"score": "7-6, 6-4"
},
{
"players": "Darcis - Matosevic",
"score": "6-2, 7-6"
},
{
"players": "Roddick - Fognini",
"score": "6-3, 3-6, 7-5"
},
{
"players": "Seppi - Kohlschreiber",
"score": "7-5, 2-1 Abg."
},
{
"players": "Roddick - Darcis",
"score": "6-3, 3-1 Abg."
}
]
},
{
"event": "ATP 's-Hertogenbosch",
"results": [
{
"players": "Ferrer - Paire",
"score": "7-6, 3-6, 6-1"
},
{
"players": "Petzschner - Malisse",
"score": "7-5, 7-5"
}
]
},
{
"event": "WTA Eastbourne",
"results": [
{
"players": "Kerber - Zakopalová",
"score": "6-0, 6-3"
},
{
"players": "Paszek - Bartoli",
"score": "4-6, 7-5, 6-4"
}
]
},
{
"event": "WTA 's-Hertogenbosch",
"results": [
{
"players": "Flipkens - Vinci",
"score": "6-4, 7-6"
},
{
"players": "Radwanska - Clijsters",
"score": " Abg."
}
]
}
],
"motor": [
{
"subevent": "1. Freies Training",
"sport": "Formel 1",
"event": "Grand Prix Europa",
"results": [
{
"position": "1",
"driver": "P Maldonado"
},
{
"position": "2",
"driver": "S Vettel"
},
{
"position": "3",
"driver": "M Webber"
}
]
},
{
"subevent": "2. Freies Training",
"sport": "Formel 1",
"event": "Grand Prix Europa",
"results": [
{
"position": "1",
"driver": "S Vettel"
},
{
"position": "2",
"driver": "N Hülkenberg"
},
{
"position": "3",
"driver": "K Kobayashi"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment