Skip to content

Instantly share code, notes, and snippets.

@cjdd3b
Last active December 19, 2015 07:59
Show Gist options
  • Save cjdd3b/5922941 to your computer and use it in GitHub Desktop.
Save cjdd3b/5922941 to your computer and use it in GitHub Desktop.
{
"discipline_id":"AS",
"discipline_name":"Alpine Skiing",
"results":
[
{
"id":"ASM010",
"name":"Men's Downhill",
"competitor_type":"ATH",
"results":
[
{
"id":4009097,
"value":"1:54.31",
"result_type":"time",
"sort_order":1,
"competitor_type":"Participant",
"medal":"gold",
"full_name":"Falco TEITSMA",
"country_id":"NED",
"country_name":"Netherlands",
"irm":null,
"rank":1
},
{
"id":4007712,
"value":"1:54.38",
"result_type":"time",
"sort_order":2,
"competitor_type":"Participant",
"medal":"silver",
"full_name":"Nick ELSEWAERD",
"country_id":"NED",
"country_name":"Netherlands",
"irm":null,
"rank":2
},
{
"id":4003866,
"value":"1:54.40",
"result_type":"time",
"sort_order":3,
"competitor_type":"Participant",
"medal":"bronze",
"full_name":"Bart VERBRUGGEN",
"country_id":"NED",
"country_name":"Netherlands",
"irm":null,
"rank":3
}
],
"id":"ASM020",
"name":"Women's Downhill",
"competitor_type":"ATH",
"results":[
{
"id":4009097,
"value":"1:54.31",
"result_type":"time",
"sort_order":1,
"competitor_type":"Participant",
"medal":"gold",
"full_name":"Sarah SMITH",
"country_id":"NED",
"country_name":"Netherlands",
"irm":null,
"rank":1
},
{
"id":4007712,
"value":"1:54.38",
"result_type":"time",
"sort_order":2,
"competitor_type":"Participant",
"medal":"silver",
"full_name":"Laura JONES",
"country_id":"NED",
"country_name":"Netherlands",
"irm":null,
"rank":2
},
{
"id":4003866,
"value":"1:54.40",
"result_type":"time",
"sort_order":3,
"competitor_type":"Participant",
"medal":"bronze",
"full_name":"Sally DRAPER",
"country_id":"NED",
"country_name":"Netherlands",
"irm":null,
"rank":3
}
// And so forth with other events in Alpine Skiing ....
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment