Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created April 30, 2013 22:08
Show Gist options
  • Save gotoplanb/5492331 to your computer and use it in GitHub Desktop.
Save gotoplanb/5492331 to your computer and use it in GitHub Desktop.
{
"articles": [
{
"type": "game",
"sport" "football"
"status": "complete",
"date": "2012-06-15T19:42:28",
"video": "http://www.youtube.com/watch?v=DXI22SivkpI",
"home": [
"name": "Buchholz",
"mascot": "Bobcast",
"points": "21",
"zipcode": "32606",
] },
"away": [
"name": "Forest",
"mascot": "Wildcats",
"points": "14",
"zipcode": "34480",
] },
{
"type": "game",
"sport" "football"
"status": "complete",
"date": "2012-07-15T19:42:28",
"video": "http://www.youtube.com/watch?v=ivkpIDXI22S",
"home": [
"name": "Gainesville",
"mascot": "Hurricanes",
"points": "8",
"zipcode": "32608",
] },
"away": [
"name": "Eastside",
"mascot": "Rams",
"points": "34",
"zipcode": "32601",
] }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment