Skip to content

Instantly share code, notes, and snippets.

@arm5077
Created January 15, 2016 16:58
Show Gist options
  • Select an option

  • Save arm5077/0a03a1d222e02bad6d79 to your computer and use it in GitHub Desktop.

Select an option

Save arm5077/0a03a1d222e02bad6d79 to your computer and use it in GitHub Desktop.
Example of delegate tracker JSON
[
{
"name": "Hillary Clinton",
"party": "D",
"bound": 954,
"unbound": 122,
"states": [
{
"state": "PA",
"bound": 40,
"unbound": 2
}
...
]
},
{
"name": "Bernie Sanders",
"party": "D",
...
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment