Created
January 15, 2016 16:58
-
-
Save arm5077/0a03a1d222e02bad6d79 to your computer and use it in GitHub Desktop.
Example of delegate tracker JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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