fec_results 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +5 -13
  2. data/README.md +6 -6
  3. data/api/2000/congress/results.json +2668 -0
  4. data/api/2000/president/general_election_results.json +449 -0
  5. data/api/2000/president/popular_vote_summary.json +1 -0
  6. data/api/2000/president/primary_election_results.json +498 -0
  7. data/api/2000/president/primary_party_summary.json +1 -0
  8. data/api/2000/president/state_electoral_and_popular_vote_summary.json +1 -0
  9. data/api/2000/summary/chamber_votes_by_party.json +55 -0
  10. data/api/2000/summary/congressional_votes_by_election.json +55 -0
  11. data/api/2000/summary/general_election_votes.json +55 -0
  12. data/api/2000/summary/general_election_votes_by_party.json +55 -0
  13. data/api/2000/summary/party_labels.json +76 -0
  14. data/api/2002/congress/results.json +2401 -0
  15. data/api/2002/summary/chamber_votes_by_party.json +54 -0
  16. data/api/2002/summary/congressional_votes_by_election.json +54 -0
  17. data/api/2002/summary/general_election_votes.json +1 -0
  18. data/api/2002/summary/general_election_votes_by_party.json +1 -0
  19. data/api/2002/summary/party_labels.json +54 -0
  20. data/api/2004/congress/results.json +2309 -0
  21. data/api/2004/president/general_election_results.json +430 -0
  22. data/api/2004/president/popular_vote_summary.json +19 -0
  23. data/api/2004/president/primary_election_results.json +498 -0
  24. data/api/2004/president/primary_party_summary.json +7 -0
  25. data/api/2004/president/state_electoral_and_popular_vote_summary.json +56 -0
  26. data/api/2004/summary/chamber_votes_by_party.json +55 -0
  27. data/api/2004/summary/congressional_votes_by_election.json +55 -0
  28. data/api/2004/summary/general_election_votes.json +55 -0
  29. data/api/2004/summary/general_election_votes_by_party.json +55 -0
  30. data/api/2004/summary/party_labels.json +85 -0
  31. data/api/2006/congress/results.json +2377 -0
  32. data/api/2006/summary/chamber_votes_by_party.json +54 -0
  33. data/api/2006/summary/congressional_votes_by_election.json +54 -0
  34. data/api/2006/summary/general_election_votes.json +54 -0
  35. data/api/2006/summary/general_election_votes_by_party.json +54 -0
  36. data/api/2006/summary/party_labels.json +67 -0
  37. data/api/2008/congress/results.json +2401 -0
  38. data/api/2008/president/general_election_results.json +485 -0
  39. data/api/2008/president/popular_vote_summary.json +26 -0
  40. data/api/2008/president/primary_election_results.json +720 -0
  41. data/api/2008/president/primary_party_summary.json +11 -0
  42. data/api/2008/president/state_electoral_and_popular_vote_summary.json +51 -0
  43. data/api/2008/summary/chamber_votes_by_party.json +56 -0
  44. data/api/2008/summary/congressional_votes_by_election.json +56 -0
  45. data/api/2008/summary/general_election_votes.json +56 -0
  46. data/api/2008/summary/general_election_votes_by_party.json +56 -0
  47. data/api/2008/summary/party_labels.json +100 -0
  48. data/api/2010/congress/results.json +3300 -0
  49. data/api/2010/summary/chamber_votes_by_party.json +55 -0
  50. data/api/2010/summary/congressional_votes_by_election.json +55 -0
  51. data/api/2010/summary/general_election_votes.json +55 -0
  52. data/api/2010/summary/general_election_votes_by_party.json +55 -0
  53. data/api/2010/summary/party_labels.json +82 -0
  54. data/api/2012/congress/results.json +3081 -0
  55. data/api/2012/president/general_election_results.json +484 -0
  56. data/api/2012/president/popular_vote_summary.json +30 -0
  57. data/api/2012/president/primary_election_results.json +453 -0
  58. data/api/2012/president/primary_party_summary.json +9 -0
  59. data/api/2012/president/state_electoral_and_popular_vote_summary.json +51 -0
  60. data/api/2012/summary/chamber_votes_by_party.json +56 -0
  61. data/api/2012/summary/congressional_votes_by_election.json +56 -0
  62. data/api/2012/summary/general_election_votes.json +56 -0
  63. data/api/2012/summary/general_election_votes_by_party.json +56 -0
  64. data/api/2012/summary/party_labels.json +112 -0
  65. data/fec_results.gemspec +1 -0
  66. data/images/bg_hr.png +0 -0
  67. data/images/blacktocat.png +0 -0
  68. data/images/icon_download.png +0 -0
  69. data/images/sprite_download.png +0 -0
  70. data/index.html +159 -0
  71. data/javascripts/main.js +1 -0
  72. data/lib/fec_results.rb +3 -0
  73. data/lib/fec_results/congress.rb +56 -17
  74. data/lib/fec_results/president.rb +48 -48
  75. data/lib/fec_results/result.rb +2 -2
  76. data/lib/fec_results/summary.rb +120 -98
  77. data/lib/fec_results/version.rb +1 -1
  78. data/params.json +1 -0
  79. data/stylesheets/pygment_trac.css +70 -0
  80. data/stylesheets/stylesheet.css +419 -0
  81. metadata +100 -14
@@ -0,0 +1,26 @@
1
+ ["{\"candidate\":\"Barack Obama (Democrat)\",\"popular_votes\":69498516,\"popular_vote_percent\":0.5292551537987396}",
2
+ "{\"candidate\":\"John McCain (Republican)\",\"popular_votes\":59948323,\"popular_vote_percent\":0.45652714238303327}",
3
+ "{\"candidate\":\"Ralph Nader (Independent, Peace and Freedom)\",\"popular_votes\":739034,\"popular_vote_percent\":0.005627998637157917}",
4
+ "{\"candidate\":\"Bob Barr (Libertarian)\",\"popular_votes\":523715,\"popular_vote_percent\":0.003988270236902711}",
5
+ "{\"candidate\":\"Chuck Baldwin (Constitution/Reform/U.S. Taxpayers)\",\"popular_votes\":199750,\"popular_vote_percent\":0.0015211650989971962}",
6
+ "{\"candidate\":\"Cynthia McKinney (Green, Independent, Mountain)\",\"popular_votes\":161797,\"popular_vote_percent\":0.001232139922515391}",
7
+ "{\"candidate\":\"Write-In (Miscellaneous)\",\"popular_votes\":112597,\"popular_vote_percent\":0.0008574649644645171}",
8
+ "{\"candidate\":\"Alan Keyes (America's Independent)\",\"popular_votes\":47746,\"popular_vote_percent\":0.0003636022468922159}",
9
+ "{\"candidate\":\"Ron Paul (Constitution, Louisiana Taxpayers)\",\"popular_votes\":42426,\"popular_vote_percent\":0.0003230886132167962}",
10
+ "{\"candidate\":\"Gloria La Riva (Socialism and Liberation)\",\"popular_votes\":6818,\"popular_vote_percent\":5.192141999981418e-05}",
11
+ "{\"candidate\":\"Brian Moore (Liberty Union, Socialist)\",\"popular_votes\":6538,\"popular_vote_percent\":4.978912349058157e-05}",
12
+ "{\"candidate\":\"None of These Candidates (Nevada)\",\"popular_votes\":6267,\"popular_vote_percent\":4.772536508343143e-05}",
13
+ "{\"candidate\":\"Róger Calero (Socialist Workers)\",\"popular_votes\":5151,\"popular_vote_percent\":3.9226640425204296e-05}",
14
+ "{\"candidate\":\"Richard Duncan (Independent)\",\"popular_votes\":3905,\"popular_vote_percent\":2.9737920959119154e-05}",
15
+ "{\"candidate\":\"James Harris (Socialist Workers)\",\"popular_votes\":2424,\"popular_vote_percent\":1.8459595494213785e-05}",
16
+ "{\"candidate\":\"Charles Jay (Boston Tea Party/Independent)\",\"popular_votes\":2422,\"popular_vote_percent\":1.8444364804862122e-05}",
17
+ "{\"candidate\":\"John Joseph Polachek (New)\",\"popular_votes\":1149,\"popular_vote_percent\":8.750031032529554e-06}",
18
+ "{\"candidate\":\"Frank Edward McEnulty (Unaffiliated)\",\"popular_votes\":829,\"popular_vote_percent\":6.313120736263708e-06}",
19
+ "{\"candidate\":\"Jeffrey J. Wamboldt (Independent)\",\"popular_votes\":764,\"popular_vote_percent\":5.818123332334708e-06}",
20
+ "{\"candidate\":\"Thomas Robert Stevens (Objectivist)\",\"popular_votes\":755,\"popular_vote_percent\":5.749585230252231e-06}",
21
+ "{\"candidate\":\"Gene C. Amondson (Prohibition)\",\"popular_votes\":653,\"popular_vote_percent\":4.972820073317492e-06}",
22
+ "{\"candidate\":\"Jeffrey \\\"Jeff\\\" Boss (Vote Here)\",\"popular_votes\":639,\"popular_vote_percent\":4.866205247855862e-06}",
23
+ "{\"candidate\":\"George Phillies (Libertarian)\",\"popular_votes\":531,\"popular_vote_percent\":4.0437480228661385e-06}",
24
+ "{\"candidate\":\"Ted Weill (Reform)\",\"popular_votes\":481,\"popular_vote_percent\":3.6629807890746e-06}",
25
+ "{\"candidate\":\"Jonathan E. Allen (Heartquake '08)\",\"popular_votes\":480,\"popular_vote_percent\":3.6553654443987693e-06}",
26
+ "{\"candidate\":\"Bradford Lyttle (U.S. Pacifist)\",\"popular_votes\":110,\"popular_vote_percent\":8.376879143413846e-07}"]
@@ -0,0 +1,720 @@
1
+ ["{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":300319,\"general_pct\":55.96430288506335,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
2
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":223089,\"general_pct\":41.57252909847827,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
3
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7841,\"general_pct\":1.461166622563946,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
4
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2663,\"general_pct\":0.4962487840693518,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
5
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1174,\"general_pct\":0.2187743419066538,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
6
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1017,\"general_pct\":0.18951746654094287,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
7
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":523,\"general_pct\":0.09746080137749569,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
8
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":227766,\"general_pct\":41.250373536416404,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
9
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":204867,\"general_pct\":37.10316849435394,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
10
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":98019,\"general_pct\":17.75208048464652,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
11
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14810,\"general_pct\":2.6822178554934757,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
12
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2134,\"general_pct\":0.38648567884018076,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
13
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1835,\"general_pct\":0.33233421774682836,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
14
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1234,\"general_pct\":0.2234879698635347,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
15
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":778,\"general_pct\":0.14090246398203402,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
16
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":391,\"general_pct\":0.07081344912207624,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
17
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort\",\"candidate_first\":\"Dr. Hugh\",\"candidate_suffix\":null,\"candidate_name\":\"Cort, Dr. Hugh\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":228,\"general_pct\":0.041292752940750334,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
18
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":93,\"general_pct\":0.016843096594253426,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
19
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":229501,\"general_pct\":50.36948434602259,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
20
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":193126,\"general_pct\":42.386120469235244,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
21
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23621,\"general_pct\":5.184193488208764,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
22
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2842,\"general_pct\":0.6237448835142164,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
23
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1973,\"general_pct\":0.43302204615536555,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
24
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Whitehouse\",\"candidate_first\":\"Sandy\",\"candidate_suffix\":null,\"candidate_name\":\"Whitehouse, Sandy\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":632,\"general_pct\":0.13870751807916426,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
25
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":484,\"general_pct\":0.10622537776948653,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
26
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Dobson\",\"candidate_first\":\"Edward\",\"candidate_suffix\":null,\"candidate_name\":\"Dobson, Edward\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":398,\"general_pct\":0.08735062056251165,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
27
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":340,\"general_pct\":0.07462113314385418,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
28
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Grayson\",\"candidate_first\":\"Richard\",\"candidate_suffix\":null,\"candidate_name\":\"Grayson, Richard\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":322,\"general_pct\":0.07067060256565014,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
29
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003213\",\"incumbent\":false,\"candidate_last\":\"Krueger\",\"candidate_first\":\"Karl\",\"candidate_suffix\":null,\"candidate_name\":\"Krueger, Karl\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":291,\"general_pct\":0.06386691101429873,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
30
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"See\",\"candidate_first\":\"Chuck\",\"candidate_suffix\":null,\"candidate_name\":\"See, Chuck\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":249,\"general_pct\":0.05464900633182262,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
31
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Campbell\",\"candidate_first\":\"William\",\"candidate_suffix\":null,\"candidate_name\":\"Campbell, William\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":248,\"general_pct\":0.054429532410811284,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
32
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80004567\",\"incumbent\":false,\"candidate_last\":\"Lynch\",\"candidate_first\":\"Frank\",\"candidate_suffix\":null,\"candidate_name\":\"Lynch, Frank\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":248,\"general_pct\":0.054429532410811284,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
33
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hubbard\",\"candidate_first\":\"Libby\",\"candidate_suffix\":null,\"candidate_name\":\"Hubbard, Libby\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":209,\"general_pct\":0.04587004949136919,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
34
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Oatman\",\"candidate_first\":\"Michael\",\"candidate_suffix\":null,\"candidate_name\":\"Oatman, Michael\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":192,\"general_pct\":0.04213899283417648,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
35
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Lee\",\"candidate_first\":\"Rich\",\"candidate_suffix\":null,\"candidate_name\":\"Lee, Rich\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":162,\"general_pct\":0.0355547752038364,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
36
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Bollander\",\"candidate_first\":\"Peter \\\"Simon\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Bollander, Peter \\\"Simon\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":154,\"general_pct\":0.03379898383574571,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
37
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P00004200\",\"incumbent\":false,\"candidate_last\":\"Vitullo\",\"candidate_first\":\"Evelyn L.\",\"candidate_suffix\":null,\"candidate_name\":\"Vitullo, Evelyn L.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":132,\"general_pct\":0.02897055757349633,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
38
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Tanner\",\"candidate_first\":\"Philip\",\"candidate_suffix\":null,\"candidate_name\":\"Tanner, Philip\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":130,\"general_pct\":0.02853160973147366,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
39
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Haymer\",\"candidate_first\":\"Tish\",\"candidate_suffix\":null,\"candidate_name\":\"Haymer, Tish\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":107,\"general_pct\":0.023483709548212935,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
40
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Daley\",\"candidate_first\":\"Orion\",\"candidate_suffix\":null,\"candidate_name\":\"Daley, Orion\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":98,\"general_pct\":0.02150844425911091,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
41
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Montell\",\"candidate_first\":\"Leland\",\"candidate_suffix\":null,\"candidate_name\":\"Montell, Leland\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":94,\"general_pct\":0.020630548575065567,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
42
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Gest\",\"candidate_first\":\"Loti\",\"candidate_suffix\":null,\"candidate_name\":\"Gest, Loti\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":82,\"general_pct\":0.017996861522929536,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
43
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":255197,\"general_pct\":47.168297799587826,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
44
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":186838,\"general_pct\":34.53344053527036,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
45
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":48849,\"general_pct\":9.028805899803155,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
46
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":22692,\"general_pct\":4.194183370761595,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
47
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13658,\"general_pct\":2.5244207860859276,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
48
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9492,\"general_pct\":1.7544151487426878,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
49
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1082,\"general_pct\":0.19998706183518627,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
50
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":970,\"general_pct\":0.17928599813320764,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
51
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"McGrath\",\"candidate_first\":\"John R.\",\"candidate_suffix\":null,\"candidate_name\":\"McGrath, John R.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":490,\"general_pct\":0.09056715369615645,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
52
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003460\",\"incumbent\":false,\"candidate_last\":\"McEnulty\",\"candidate_first\":\"Frank\",\"candidate_suffix\":null,\"candidate_name\":\"McEnulty, Frank\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":333,\"general_pct\":0.061548698328204275,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
53
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Murphy\",\"candidate_first\":\"Sean \\\"Cf\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Murphy, Sean \\\"Cf\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":269,\"general_pct\":0.04971951906993078,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
54
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Fitzpatrick\",\"candidate_first\":\"John Michael\",\"candidate_suffix\":null,\"candidate_name\":\"Fitzpatrick, John Michael\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":199,\"general_pct\":0.03678135425619415,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
55
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003635\",\"incumbent\":false,\"candidate_last\":\"Mitchell, Jr.\",\"candidate_first\":\"James Creighton\",\"candidate_suffix\":\"James Creighton\",\"candidate_name\":\"Mitchell, Jr., James Creighton\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":193,\"general_pct\":0.035672368700731004,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
56
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Ruben\",\"candidate_first\":\"David\",\"candidate_suffix\":null,\"candidate_name\":\"Ruben, David\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":104,\"general_pct\":0.019222416294694428,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
57
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Burzynski\",\"candidate_first\":\"Michael\",\"candidate_suffix\":null,\"candidate_name\":\"Burzynski, Michael\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":98,\"general_pct\":0.018113430739231287,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
58
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80005085\",\"incumbent\":false,\"candidate_last\":\"Curry\",\"candidate_first\":\"Jerry\",\"candidate_suffix\":null,\"candidate_name\":\"Curry, Jerry\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":98,\"general_pct\":0.018113430739231287,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
59
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80004021\",\"incumbent\":false,\"candidate_last\":\"Shepard\",\"candidate_first\":\"Jack\",\"candidate_suffix\":null,\"candidate_name\":\"Shepard, Jack\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":78,\"general_pct\":0.01441681222102082,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
60
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003189\",\"incumbent\":false,\"candidate_last\":\"Forthan\",\"candidate_first\":\"Bob\",\"candidate_suffix\":null,\"candidate_name\":\"Forthan, Bob\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":75,\"general_pct\":0.013862319443289252,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
61
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80005150\",\"incumbent\":false,\"candidate_last\":\"Shaw\",\"candidate_first\":\"Michael P.\",\"candidate_suffix\":null,\"candidate_name\":\"Shaw, Michael P.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":62,\"general_pct\":0.011459517406452449,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
62
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort\",\"candidate_first\":\"Hugh\",\"candidate_suffix\":null,\"candidate_name\":\"Cort, Hugh\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":58,\"general_pct\":0.010720193702810354,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
63
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80004013\",\"incumbent\":false,\"candidate_last\":\"Gilbert\",\"candidate_first\":\"Daniel\",\"candidate_suffix\":null,\"candidate_name\":\"Gilbert, Daniel\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":53,\"general_pct\":0.009796039073257738,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
64
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Outzen\",\"candidate_first\":\"Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Outzen, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":53,\"general_pct\":0.009796039073257738,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
65
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Skelley\",\"candidate_first\":\"Charles\",\"candidate_suffix\":null,\"candidate_name\":\"Skelley, Charles\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":50,\"general_pct\":0.009241546295526168,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
66
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80004641\",\"incumbent\":false,\"candidate_last\":\"Smith\",\"candidate_first\":\"Rhett R.\",\"candidate_suffix\":null,\"candidate_name\":\"Smith, Rhett R.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":44,\"general_pct\":0.008132560740063029,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
67
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":220136,\"general_pct\":70.05479992616968,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
68
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":82476,\"general_pct\":26.24668240865088,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
69
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5873,\"general_pct\":1.8689893518842644,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
70
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3398,\"general_pct\":1.081359751013576,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
71
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":810,\"general_pct\":0.2577696875576799,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
72
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":515,\"general_pct\":0.16389060381753726,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
73
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":393,\"general_pct\":0.12506603359280027,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
74
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":325,\"general_pct\":0.10342610920524196,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
75
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":308,\"general_pct\":0.09801612810835236,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
76
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":138557,\"general_pct\":60.46484226695701,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
77
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":46343,\"general_pct\":20.22360606232517,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
78
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":30997,\"general_pct\":13.52677032375749,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
79
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10983,\"general_pct\":4.7928676473796985,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
80
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":987,\"general_pct\":0.43071659546242036,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
81
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":658,\"general_pct\":0.28714439697494687,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
82
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":628,\"general_pct\":0.27405270714326235,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
83
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":438,\"general_pct\":55.938697318007655,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
84
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80004930\",\"incumbent\":false,\"candidate_last\":\"McKinney\",\"candidate_first\":\"Cynthia\",\"candidate_suffix\":null,\"candidate_name\":\"McKinney, Cynthia\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":157,\"general_pct\":20.051085568326947,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
85
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80004682\",\"incumbent\":false,\"candidate_last\":\"Ball\",\"candidate_first\":\"Jared A.\",\"candidate_suffix\":null,\"candidate_name\":\"Ball, Jared A.\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":81,\"general_pct\":10.344827586206897,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
86
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay\",\"candidate_first\":\"Kent\",\"candidate_suffix\":null,\"candidate_name\":\"Mesplay, Kent\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":61,\"general_pct\":7.790549169859514,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
87
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80004872\",\"incumbent\":false,\"candidate_last\":\"Swift\",\"candidate_first\":\"Kat\",\"candidate_suffix\":null,\"candidate_name\":\"Swift, Kat\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":46,\"general_pct\":5.874840357598978,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
88
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2608184,\"general_pct\":51.47400045747054,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
89
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2186662,\"general_pct\":43.15502310739328,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
90
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":193617,\"general_pct\":3.821142046180052,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
91
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":24126,\"general_pct\":0.47614038543175413,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
92
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19939,\"general_pct\":0.39350754974400004,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
93
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18261,\"general_pct\":0.36039126164176666,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
94
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8184,\"general_pct\":0.16151591288955797,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
95
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8005,\"general_pct\":0.15798324568437336,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
96
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80000268\",\"incumbent\":false,\"candidate_last\":\"Carter\",\"candidate_first\":\"Willie Felix\",\"candidate_suffix\":null,\"candidate_name\":\"Carter, Willie Felix\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":7.894228391473996e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
97
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hinzman\",\"candidate_first\":\"Eric\",\"candidate_suffix\":null,\"candidate_name\":\"Hinzman, Eric\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":7.894228391473996e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
98
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003585\",\"incumbent\":false,\"candidate_last\":\"Epstein\",\"candidate_first\":\"Phil\",\"candidate_suffix\":null,\"candidate_name\":\"Epstein, Phil\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3,\"general_pct\":5.9206712936054975e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
99
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Calef\",\"candidate_first\":\"Brian F.\",\"candidate_suffix\":null,\"candidate_name\":\"Calef, Brian F.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2,\"general_pct\":3.947114195736998e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
100
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Frey\",\"candidate_first\":\"David Robt.\",\"candidate_suffix\":null,\"candidate_name\":\"Frey, David Robt.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":1.973557097868499e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
101
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"McAndrew\",\"candidate_first\":\"Joseph\",\"candidate_suffix\":null,\"candidate_name\":\"McAndrew, Joseph\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":1.973557097868499e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
102
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1238988,\"general_pct\":42.245749896600906,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
103
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1013471,\"general_pct\":34.556301104980854,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
104
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":340669,\"general_pct\":11.615784310683505,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
105
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":128681,\"general_pct\":4.387633570659685,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
106
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":125365,\"general_pct\":4.274567982730561,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
107
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":50275,\"general_pct\":1.7142257035997206,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
108
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14021,\"general_pct\":0.478073766089939,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
109
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11742,\"general_pct\":0.40036674712417536,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
110
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3884,\"general_pct\":0.13243267295437722,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
111
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80002983\",\"incumbent\":false,\"candidate_last\":\"Cox\",\"candidate_first\":\"John H.\",\"candidate_suffix\":null,\"candidate_name\":\"Cox, John H.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3219,\"general_pct\":0.10975818080333169,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
112
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003288\",\"incumbent\":false,\"candidate_last\":\"Brownback\",\"candidate_first\":\"Sam\",\"candidate_suffix\":null,\"candidate_name\":\"Brownback, Sam\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2486,\"general_pct\":0.0847650939661642,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
113
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Irish\",\"candidate_first\":\"Karen\",\"candidate_suffix\":null,\"candidate_name\":\"Irish, Karen\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6,\"general_pct\":0.00020458188406958377,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
114
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80005150\",\"incumbent\":false,\"candidate_last\":\"Shaw\",\"candidate_first\":\"Michael P.\",\"candidate_suffix\":null,\"candidate_name\":\"Shaw, Michael P.\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2,\"general_pct\":6.819396135652792e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
115
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Marshall\",\"candidate_first\":\"Edward\",\"candidate_suffix\":null,\"candidate_name\":\"Marshall, Edward\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":3.409698067826396e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
116
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Neuberg\",\"candidate_first\":\"Joel Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Neuberg, Joel Gary\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":3.409698067826396e-05,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
117
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Grundmann\",\"candidate_first\":\"Don J.\",\"candidate_suffix\":null,\"candidate_name\":\"Grundmann, Don J.\",\"party\":\"AIP\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16603,\"general_pct\":36.076224414410504,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
118
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Templin\",\"candidate_first\":\"Diane Beall\",\"candidate_suffix\":null,\"candidate_name\":\"Templin, Diane Beall\",\"party\":\"AIP\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15302,\"general_pct\":33.249315544739474,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
119
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Riekse\",\"candidate_first\":\"Mad Max\",\"candidate_suffix\":null,\"candidate_name\":\"Riekse, Mad Max\",\"party\":\"AIP\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14099,\"general_pct\":30.635348311677024,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
120
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Larson\",\"candidate_first\":\"David Andrew\",\"candidate_suffix\":null,\"candidate_name\":\"Larson, David Andrew\",\"party\":\"W(AIP)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18,\"general_pct\":0.03911172917300421,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
121
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20000527\",\"incumbent\":false,\"candidate_last\":\"Nader\",\"candidate_first\":\"Ralph\",\"candidate_suffix\":null,\"candidate_name\":\"Nader, Ralph\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":21726,\"general_pct\":60.612654837629734,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
122
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80004930\",\"incumbent\":false,\"candidate_last\":\"McKinney\",\"candidate_first\":\"Cynthia\",\"candidate_suffix\":null,\"candidate_name\":\"McKinney, Cynthia\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9534,\"general_pct\":26.59859390693003,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
123
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Brown\",\"candidate_first\":\"Elaine\",\"candidate_suffix\":null,\"candidate_name\":\"Brown, Elaine\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1598,\"general_pct\":4.4582077893092285,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
124
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80004872\",\"incumbent\":false,\"candidate_last\":\"Swift\",\"candidate_first\":\"Kat\",\"candidate_suffix\":null,\"candidate_name\":\"Swift, Kat\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1084,\"general_pct\":3.0242160473161475,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
125
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay\",\"candidate_first\":\"Kent\",\"candidate_suffix\":null,\"candidate_name\":\"Mesplay, Kent\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":727,\"general_pct\":2.02823345608749,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
126
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80005390\",\"incumbent\":false,\"candidate_last\":\"Johnson\",\"candidate_first\":\"Jesse\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Jesse\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":619,\"general_pct\":1.726927798236804,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
127
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80004682\",\"incumbent\":false,\"candidate_last\":\"Ball\",\"candidate_first\":\"Jared\",\"candidate_suffix\":null,\"candidate_name\":\"Ball, Jared\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":556,\"general_pct\":1.5511661644905703,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
128
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003403\",\"incumbent\":false,\"candidate_last\":\"Smith\",\"candidate_first\":\"Christine\",\"candidate_suffix\":null,\"candidate_name\":\"Smith, Christine\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4241,\"general_pct\":25.15719539684423,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
129
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P00004671\",\"incumbent\":false,\"candidate_last\":\"Kubby\",\"candidate_first\":\"Steve\",\"candidate_suffix\":null,\"candidate_name\":\"Kubby, Steve\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2876,\"general_pct\":17.060149483924548,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
130
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80004997\",\"incumbent\":false,\"candidate_last\":\"Root\",\"candidate_first\":\"Wayne A.\",\"candidate_suffix\":null,\"candidate_name\":\"Root, Wayne A.\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2360,\"general_pct\":13.999288171787875,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
131
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80004047\",\"incumbent\":false,\"candidate_last\":\"Jackson\",\"candidate_first\":\"Bob\",\"candidate_suffix\":null,\"candidate_name\":\"Jackson, Bob\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1486,\"general_pct\":8.814806026812196,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
132
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hess\",\"candidate_first\":\"Barry\",\"candidate_suffix\":null,\"candidate_name\":\"Hess, Barry\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":891,\"general_pct\":5.285324475026694,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
133
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003080\",\"incumbent\":false,\"candidate_last\":\"Phillies\",\"candidate_first\":\"George\",\"candidate_suffix\":null,\"candidate_name\":\"Phillies, George\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":852,\"general_pct\":5.053980306086131,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
134
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003304\",\"incumbent\":false,\"candidate_last\":\"Jingozian\",\"candidate_first\":\"Michael P.\",\"candidate_suffix\":null,\"candidate_name\":\"Jingozian, Michael P.\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":774,\"general_pct\":4.591291968205007,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
135
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Milnes\",\"candidate_first\":\"Robert\",\"candidate_suffix\":null,\"candidate_name\":\"Milnes, Robert\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":721,\"general_pct\":4.27690117451655,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
136
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80002975\",\"incumbent\":false,\"candidate_last\":\"Imperato\",\"candidate_first\":\"Daniel\",\"candidate_suffix\":null,\"candidate_name\":\"Imperato, Daniel\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":707,\"general_pct\":4.193854549768656,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
137
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Finan\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Finan, John\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":706,\"general_pct\":4.187922648000949,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
138
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hollist\",\"candidate_first\":\"Dave\",\"candidate_suffix\":null,\"candidate_name\":\"Hollist, Dave\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":678,\"general_pct\":4.021829398505161,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
139
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003445\",\"incumbent\":false,\"candidate_last\":\"Link\",\"candidate_first\":\"Alden\",\"candidate_suffix\":null,\"candidate_name\":\"Link, Alden\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":565,\"general_pct\":3.3515244987543005,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
140
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Ray\",\"candidate_first\":\"Leon L.\",\"candidate_suffix\":null,\"candidate_name\":\"Ray, Leon L.\",\"party\":\"W(LIB)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":0.005931901767706727,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
141
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20000527\",\"incumbent\":false,\"candidate_last\":\"Nader\",\"candidate_first\":\"Ralph\",\"candidate_suffix\":null,\"candidate_name\":\"Nader, Ralph\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2620,\"general_pct\":40.657976412166356,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
142
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80004930\",\"incumbent\":false,\"candidate_last\":\"McKinney\",\"candidate_first\":\"Cynthia\",\"candidate_suffix\":null,\"candidate_name\":\"McKinney, Cynthia\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1385,\"general_pct\":21.49286157666046,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
143
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"La Riva\",\"candidate_first\":\"Gloria E.\",\"candidate_suffix\":null,\"candidate_name\":\"La Riva, Gloria E.\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1292,\"general_pct\":20.04965859714463,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
144
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80005275\",\"incumbent\":false,\"candidate_last\":\"Moore\",\"candidate_first\":\"Brian P.\",\"candidate_suffix\":null,\"candidate_name\":\"Moore, Brian P.\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":355,\"general_pct\":5.509000620732464,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
145
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Crockford\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Crockford, John\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":346,\"general_pct\":5.369335816263191,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
146
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Alexander\",\"candidate_first\":\"Stewart A.\",\"candidate_suffix\":null,\"candidate_name\":\"Alexander, Stewart A.\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":340,\"general_pct\":5.276225946617008,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
147
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hetz\",\"candidate_first\":\"Stanley\",\"candidate_suffix\":null,\"candidate_name\":\"Hetz, Stanley\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":106,\"general_pct\":1.6449410304158907,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
148
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":179742,\"general_pct\":50.697384490845856,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
149
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":165426,\"general_pct\":46.659464826154526,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
150
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3424,\"general_pct\":0.9657611715495333,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
151
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3038,\"general_pct\":0.8568873946166712,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
152
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":912,\"general_pct\":0.2572354522351561,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
153
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":846,\"general_pct\":0.2386197287181382,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
154
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":440,\"general_pct\":0.12410482344678583,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
155
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":436,\"general_pct\":0.12297659777908776,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
156
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":275,\"general_pct\":0.07756551465424115,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
157
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":78836,\"general_pct\":52.001266457349416,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
158
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":49891,\"general_pct\":32.90876230178623,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
159
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10607,\"general_pct\":6.996517242289121,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
160
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6287,\"general_pct\":4.1469882061159336,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
161
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudolph\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudolph\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2470,\"general_pct\":1.629244610960133,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
162
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2462,\"general_pct\":1.6239677053375903,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
163
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":538,\"general_pct\":0.35487190311601274,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
164
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":376,\"general_pct\":0.24801456425951823,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
165
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":137,\"general_pct\":0.09036700878604786,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
166
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":51148,\"general_pct\":53.07240542054911,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
167
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":40760,\"general_pct\":42.29356465436736,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
168
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joseph R., Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Biden, Joseph R., Jr.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2863,\"general_pct\":2.97071824350966,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
169
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1241,\"general_pct\":1.2876917010812046,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
170
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":192,\"general_pct\":0.19922385705688256,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
171
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":170,\"general_pct\":0.17639612343578143,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
172
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":22628,\"general_pct\":45.040705428053904,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
173
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16344,\"general_pct\":32.53249467545134,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
174
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Michael D.\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Michael D.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7706,\"general_pct\":15.338681104321344,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
175
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2131,\"general_pct\":4.241724556619359,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
176
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1255,\"general_pct\":2.498059276657577,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
177
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":175,\"general_pct\":0.34833495889647487,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
178
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":93386,\"general_pct\":75.31493459360938,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
179
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":29470,\"general_pct\":23.767279061890093,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
180
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":347,\"general_pct\":0.27985225091536686,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
181
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":339,\"general_pct\":0.2734003258222172,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
182
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":193,\"general_pct\":0.15565269287223576,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
183
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":145,\"general_pct\":0.11694114231333774,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
184
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":114,\"general_pct\":0.09193993257738277,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
185
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4198,\"general_pct\":67.58976010304298,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
186
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1020,\"general_pct\":16.422476251811304,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
187
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":494,\"general_pct\":7.953630655289004,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
188
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":398,\"general_pct\":6.407985831589117,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
189
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":101,\"general_pct\":1.6261471582675897,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
190
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80004930\",\"incumbent\":false,\"candidate_last\":\"McKinney\",\"candidate_first\":\"Cynthia\",\"candidate_suffix\":null,\"candidate_name\":\"McKinney, Cynthia\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":214,\"general_pct\":41.074856046065264,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
191
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"W(DCG)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":145,\"general_pct\":27.83109404990403,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
192
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Candidate\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Candidate\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":56,\"general_pct\":10.748560460652591,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
193
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hawkins\",\"candidate_first\":\"Howie\",\"candidate_suffix\":null,\"candidate_name\":\"Hawkins, Howie\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":34,\"general_pct\":6.525911708253358,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
194
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80004872\",\"incumbent\":false,\"candidate_last\":\"Swift\",\"candidate_first\":\"Kat\",\"candidate_suffix\":null,\"candidate_name\":\"Swift, Kat\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":21,\"general_pct\":4.030710172744722,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
195
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80004682\",\"incumbent\":false,\"candidate_last\":\"Ball\",\"candidate_first\":\"Jared A.\",\"candidate_suffix\":null,\"candidate_name\":\"Ball, Jared A.\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19,\"general_pct\":3.6468330134357005,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
196
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay\",\"candidate_first\":\"Kent P.\",\"candidate_suffix\":null,\"candidate_name\":\"Mesplay, Kent P.\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17,\"general_pct\":3.262955854126679,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
197
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80005390\",\"incumbent\":false,\"candidate_last\":\"Johnson\",\"candidate_first\":\"Jesse\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Jesse\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15,\"general_pct\":2.8790786948176583,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
198
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":870986,\"general_pct\":49.77290390417848,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
199
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":576214,\"general_pct\":32.928019566608754,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
200
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":251562,\"general_pct\":14.375628600164578,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
201
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joseph R., Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Biden, Joseph R., Jr.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15704,\"general_pct\":0.8974124531407149,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
202
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"William \\\"Bill\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, William \\\"Bill\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14999,\"general_pct\":0.8571248971381549,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
203
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9703,\"general_pct\":0.554482490628143,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
204
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5477,\"general_pct\":0.312985736490811,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
205
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5275,\"general_pct\":0.30144235165036115,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
206
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":701761,\"general_pct\":35.997010512449876,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
207
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":604932,\"general_pct\":31.03014211863772,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
208
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":286089,\"general_pct\":14.675008643250726,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
209
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":262681,\"general_pct\":13.474289278573254,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
210
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":62887,\"general_pct\":3.2258047969272092,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
211
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":22668,\"general_pct\":1.162760874850859,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
212
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4060,\"general_pct\":0.20825874148114026,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
213
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2847,\"general_pct\":0.14603759531941043,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
214
+ "{\"year\":2008,\"date\":\"2008-01-29\",\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1573,\"general_pct\":0.08068743850981125,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
215
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":704247,\"general_pct\":66.38510026384478,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
216
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":330026,\"general_pct\":31.109552613892056,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
217
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18209,\"general_pct\":1.7164521690604995,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
218
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2538,\"general_pct\":0.23924189165113666,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
219
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2096,\"general_pct\":0.1975772280932949,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
220
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1879,\"general_pct\":0.17712195209317802,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
221
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":952,\"general_pct\":0.0897392753553515,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
222
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":904,\"general_pct\":0.08521460600970353,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
223
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":326874,\"general_pct\":33.92424401244991,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
224
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":304751,\"general_pct\":31.628233775210397,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
225
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":290707,\"general_pct\":30.170693307290502,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
226
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":28096,\"general_pct\":2.9159112066845108,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
227
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7162,\"general_pct\":0.7432999737426845,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
228
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3414,\"general_pct\":0.3543180829876466,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
229
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1458,\"general_pct\":0.1513168614516663,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
230
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":755,\"general_pct\":0.07835681097119894,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
231
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":324,\"general_pct\":0.0336259692114814,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
232
+ "{\"year\":2008,\"date\":\"2008-05-27\",\"chamber\":\"P\",\"state\":\"ID\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23980,\"general_pct\":56.0254193729265,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
233
+ "{\"year\":2008,\"date\":\"2008-05-27\",\"chamber\":\"P\",\"state\":\"ID\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16122,\"general_pct\":37.66646418391664,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
234
+ "{\"year\":2008,\"date\":\"2008-05-27\",\"chamber\":\"P\",\"state\":\"ID\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"None of the Names Shown\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"None of the Names Shown\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1966,\"general_pct\":4.593243306387552,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
235
+ "{\"year\":2008,\"date\":\"2008-05-27\",\"chamber\":\"P\",\"state\":\"ID\",\"district\":null,\"fec_id\":\"P60003530\",\"incumbent\":false,\"candidate_last\":\"Judd\",\"candidate_first\":\"Keith Russell\",\"candidate_suffix\":null,\"candidate_name\":\"Judd, Keith Russell\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":734,\"general_pct\":1.71487313676931,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
236
+ "{\"year\":2008,\"date\":\"2008-05-27\",\"chamber\":\"P\",\"state\":\"ID\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":87460,\"general_pct\":69.65039420243689,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
237
+ "{\"year\":2008,\"date\":\"2008-05-27\",\"chamber\":\"P\",\"state\":\"ID\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":29785,\"general_pct\":23.719837540813888,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
238
+ "{\"year\":2008,\"date\":\"2008-05-27\",\"chamber\":\"P\",\"state\":\"ID\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"None of the Names Shown\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"None of the Names Shown\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8325,\"general_pct\":6.629768256749223,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
239
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1318234,\"general_pct\":64.66324669603956,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
240
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":667930,\"general_pct\":32.76392686403606,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
241
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":39719,\"general_pct\":1.94833352463978,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
242
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4234,\"general_pct\":0.20769012672335224,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
243
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3788,\"general_pct\":0.18581251772037274,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
244
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"William \\\"Bill\\\" B., III\",\"candidate_suffix\":\"III\",\"candidate_name\":\"Richardson, William \\\"Bill\\\" B., III\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3538,\"general_pct\":0.17354928397430802,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
245
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher John\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1171,\"general_pct\":0.057440986866567185,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
246
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":426777,\"general_pct\":47.450140201151406,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
247
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":257265,\"general_pct\":28.603369719664407,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
248
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":148053,\"general_pct\":16.460904892253026,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
249
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":45055,\"general_pct\":5.00932821300791,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
250
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11837,\"general_pct\":1.3160674299716928,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
251
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7259,\"general_pct\":0.8070738763339123,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
252
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2318,\"general_pct\":0.25772106975368625,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
253
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003635\",\"incumbent\":false,\"candidate_last\":\"Mitchell\",\"candidate_first\":\"James Creighton, Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Mitchell, James Creighton, Jr.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":483,\"general_pct\":0.05370115474160072,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
254
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":375,\"general_pct\":0.041693443122360806,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
255
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80004930\",\"incumbent\":false,\"candidate_last\":\"McKinney\",\"candidate_first\":\"Cynthia\",\"candidate_suffix\":null,\"candidate_name\":\"McKinney, Cynthia\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1513,\"general_pct\":56.624251497005986,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
256
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hawkins\",\"candidate_first\":\"Howie\",\"candidate_suffix\":null,\"candidate_name\":\"Hawkins, Howie\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":464,\"general_pct\":17.365269461077844,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
257
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay\",\"candidate_first\":\"Kent Philip\",\"candidate_suffix\":null,\"candidate_name\":\"Mesplay, Kent Philip\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":384,\"general_pct\":14.37125748502994,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
258
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80004682\",\"incumbent\":false,\"candidate_last\":\"Ball\",\"candidate_first\":\"Jared A.\",\"candidate_suffix\":null,\"candidate_name\":\"Ball, Jared A.\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":311,\"general_pct\":11.639221556886227,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
259
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":646282,\"general_pct\":50.55575329231707,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
260
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":632073,\"general_pct\":49.44424670768292,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
261
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":320318,\"general_pct\":77.61822605189442,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
262
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":41173,\"general_pct\":9.976883038838432,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
263
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":31612,\"general_pct\":7.66009828343236,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
264
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19581,\"general_pct\":4.744792625834779,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
265
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":459511,\"general_pct\":65.4790472064842,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
266
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":209954,\"general_pct\":29.917864593426884,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
267
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"\\\"Uncommitted\\\"\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"\\\"Uncommitted\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18091,\"general_pct\":2.577917488400725,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
268
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14212,\"general_pct\":2.0251707116881934,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
269
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":142918,\"general_pct\":72.25634880910852,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
270
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16388,\"general_pct\":8.285429716926282,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
271
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13427,\"general_pct\":6.78841010551435,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
272
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"\\\"Uncommitted\\\"\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"\\\"Uncommitted\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10755,\"general_pct\":5.437502843882241,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
273
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9206,\"general_pct\":4.654360872225003,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
274
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudolph W.\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudolph W.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3055,\"general_pct\":1.5445440435202458,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
275
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2044,\"general_pct\":1.0334036088233658,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
276
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":220632,\"general_pct\":57.404526130101516,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
277
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":136925,\"general_pct\":35.62545206662747,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
278
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13026,\"general_pct\":3.389133749277994,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
279
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"\\\"Joe\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, \\\"Joe\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6178,\"general_pct\":1.6074058270412597,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
280
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"William \\\"Bill\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, William \\\"Bill\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4257,\"general_pct\":1.1075957600703532,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
281
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1924,\"general_pct\":0.5005906136658116,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
282
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1404,\"general_pct\":0.3652958532155922,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
283
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"\\\"Mike\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, \\\"Mike\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":69594,\"general_pct\":43.18076056809932,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
284
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":67551,\"general_pct\":41.913147069225474,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
285
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10222,\"general_pct\":6.3424107613747065,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
286
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8590,\"general_pct\":5.329809082391775,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
287
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1603,\"general_pct\":0.994608144246102,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
288
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudolph W.\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudolph W.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1593,\"general_pct\":0.9884034770954712,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
289
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":837,\"general_pct\":0.51933064050779,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
290
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80005085\",\"incumbent\":false,\"candidate_last\":\"Curry\",\"candidate_first\":\"Jerry\",\"candidate_suffix\":null,\"candidate_name\":\"Curry, Jerry\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":521,\"general_pct\":0.3232631585478597,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
291
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":368,\"general_pct\":0.22833175114320994,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
292
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80004013\",\"incumbent\":false,\"candidate_last\":\"Gilbert\",\"candidate_first\":\"Daniel\",\"candidate_suffix\":null,\"candidate_name\":\"Gilbert, Daniel\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":183,\"general_pct\":0.11354540885654188,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
293
+ "{\"year\":2008,\"date\":\"2008-02-09\",\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"\\\"Tom\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, \\\"Tom\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":107,\"general_pct\":0.06638993851174853,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
294
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":532665,\"general_pct\":60.655974784040524,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
295
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":314211,\"general_pct\":35.780039035544206,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
296
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted,\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11417,\"general_pct\":1.3000840380152452,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
297
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10506,\"general_pct\":1.1963460544265714,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
298
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3776,\"general_pct\":0.4299831240733613,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
299
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2098,\"general_pct\":0.23890481840728603,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
300
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1909,\"general_pct\":0.2173828876737412,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
301
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":804,\"general_pct\":0.09155361010460342,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
302
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":788,\"general_pct\":0.08973164771446206,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
303
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":176046,\"general_pct\":54.844870073429306,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
304
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":91608,\"general_pct\":28.539295739106326,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
305
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":22426,\"general_pct\":6.98653224876865,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
306
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19196,\"general_pct\":5.98026723657197,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
307
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4548,\"general_pct\":1.4168709831178015,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
308
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3386,\"general_pct\":1.0548648084513799,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
309
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2901,\"general_pct\":0.9037692880441386,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
310
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":522,\"general_pct\":0.16262239515995874,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
311
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":356,\"general_pct\":0.11090722735046996,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
312
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":705185,\"general_pct\":56.01494293137864,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
313
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":511680,\"general_pct\":40.6442649788748,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
314
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John R.\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John R.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":20101,\"general_pct\":1.5966822434731909,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
315
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8041,\"general_pct\":0.6387205571746644,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
316
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"All Others\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"All Others\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3279,\"general_pct\":0.2604607271453457,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
317
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joseph R., Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Biden, Joseph R., Jr.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3216,\"general_pct\":0.25545644967960707,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
318
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2992,\"general_pct\":0.23766346313475883,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
319
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1846,\"general_pct\":0.14663327304370483,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
320
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1463,\"general_pct\":0.11621044337104018,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
321
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1120,\"general_pct\":0.08896493272424127,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
322
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":255892,\"general_pct\":51.12216561782039,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
323
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":204779,\"general_pct\":40.91079812206573,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
324
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19103,\"general_pct\":3.816401957846369,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
325
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul , Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13251,\"general_pct\":2.6472879832184595,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
326
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2707,\"general_pct\":0.5408051143741883,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
327
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1959,\"general_pct\":0.3913694935570872,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
328
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"All Others\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"All Others\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1532,\"general_pct\":0.3060633303366297,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
329
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":916,\"general_pct\":0.18299870142842872,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
330
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":258,\"general_pct\":0.05154330236739586,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
331
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":153,\"general_pct\":0.030566376985316154,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
332
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P20000527\",\"incumbent\":false,\"candidate_last\":\"Nader\",\"candidate_first\":\"Ralph\",\"candidate_suffix\":null,\"candidate_name\":\"Nader, Ralph\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":744,\"general_pct\":39.91416309012876,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
333
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80004930\",\"incumbent\":false,\"candidate_last\":\"McKinney\",\"candidate_first\":\"Cynthia\",\"candidate_suffix\":null,\"candidate_name\":\"McKinney, Cynthia\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":474,\"general_pct\":25.429184549356222,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
334
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"All Others\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"All Others\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":273,\"general_pct\":14.645922746781114,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
335
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":194,\"general_pct\":10.407725321888412,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
336
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80004872\",\"incumbent\":false,\"candidate_last\":\"Swift\",\"candidate_first\":\"Kat\",\"candidate_suffix\":null,\"candidate_name\":\"Swift, Kat\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":60,\"general_pct\":3.2188841201716736,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
337
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80004682\",\"incumbent\":false,\"candidate_last\":\"Ball\",\"candidate_first\":\"Jared\",\"candidate_suffix\":null,\"candidate_name\":\"Ball, Jared\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":42,\"general_pct\":2.2532188841201717,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
338
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay\",\"candidate_first\":\"Kent\",\"candidate_suffix\":null,\"candidate_name\":\"Mesplay, Kent\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":39,\"general_pct\":2.092274678111588,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
339
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Brown\",\"candidate_first\":\"Elaine\",\"candidate_suffix\":null,\"candidate_name\":\"Brown, Elaine\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":38,\"general_pct\":2.03862660944206,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
340
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"WF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":322,\"general_pct\":81.51898734177216,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
341
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"All Others\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"All Others\",\"party\":\"WF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":73,\"general_pct\":18.48101265822785,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
342
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":328309,\"general_pct\":55.23386687034613,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
343
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":238168,\"general_pct\":40.06877546694302,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
344
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":21715,\"general_pct\":3.6532760877391914,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
345
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3845,\"general_pct\":0.6468729706358366,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
346
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2361,\"general_pct\":0.39720860433581534,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
347
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":338316,\"general_pct\":38.92407575511782,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
348
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":257985,\"general_pct\":29.68179951194762,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
349
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":139764,\"general_pct\":16.080186937177928,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
350
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":54475,\"general_pct\":6.267480777616321,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
351
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":32159,\"general_pct\":3.69997089173682,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
352
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":24725,\"general_pct\":2.844671174420625,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
353
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18118,\"general_pct\":2.084519811452088,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
354
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2819,\"general_pct\":0.3243327822322241,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
355
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":457,\"general_pct\":0.052578957602031365,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
356
+ "{\"year\":2008,\"date\":\"2008-01-15\",\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003288\",\"incumbent\":false,\"candidate_last\":\"Brownback\",\"candidate_first\":\"Sam\",\"candidate_suffix\":null,\"candidate_name\":\"Brownback, Sam\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":351,\"general_pct\":0.04038340069652737,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
357
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":265370,\"general_pct\":61.135159916234905,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
358
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":159273,\"general_pct\":36.69284517970562,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
359
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3933,\"general_pct\":0.9060729696293923,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
360
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joseph\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joseph\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1815,\"general_pct\":0.41813436050784314,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
361
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1396,\"general_pct\":0.3216063731509361,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
362
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":912,\"general_pct\":0.21010387701551128,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
363
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":739,\"general_pct\":0.17024864595884084,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
364
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":591,\"general_pct\":0.13615284135544647,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
365
+ "{\"year\":2008,\"date\":\"2008-03-12\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Undecided\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Undecided\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":42,\"general_pct\":0.00967583644150381,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
366
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":113074,\"general_pct\":78.91489747777173,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
367
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17943,\"general_pct\":12.522507432687075,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
368
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5510,\"general_pct\":3.8454559412643246,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
369
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2177,\"general_pct\":1.5193389444886451,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
370
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2160,\"general_pct\":1.507474561366777,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
371
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":945,\"general_pct\":0.6595201205979649,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
372
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":842,\"general_pct\":0.5876359169772343,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
373
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":414,\"general_pct\":0.2889326242619656,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
374
+ "{\"year\":2008,\"date\":\"2008-03-11\",\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":221,\"general_pct\":0.15423698058428598,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
375
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":406917,\"general_pct\":49.320283619174596,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
376
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":395185,\"general_pct\":47.89830919338222,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
377
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16763,\"general_pct\":2.031755651172656,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
378
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3142,\"general_pct\":0.38082540452093816,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
379
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":820,\"general_pct\":0.09938791588388583,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
380
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":689,\"general_pct\":0.08351009029755772,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
381
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":626,\"general_pct\":0.07587418944306407,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
382
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":438,\"general_pct\":0.053087691655051214,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
383
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":250,\"general_pct\":0.030301193867038362,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
384
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Spelbring\",\"candidate_first\":\"Ralph\",\"candidate_suffix\":null,\"candidate_name\":\"Spelbring, Ralph\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":220,\"general_pct\":0.026665050602993758,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
385
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":194053,\"general_pct\":32.95490826093159,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
386
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":185642,\"general_pct\":31.52651636086977,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
387
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":172329,\"general_pct\":29.26564590961273,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
388
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":26464,\"general_pct\":4.494229371446427,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
389
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3593,\"general_pct\":0.6101785871979676,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
390
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3102,\"general_pct\":0.5267948726657655,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
391
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2097,\"general_pct\":0.3561214854868182,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
392
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":892,\"general_pct\":0.15148324513793127,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
393
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":307,\"general_pct\":0.05213604961585751,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
394
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80004435\",\"incumbent\":false,\"candidate_last\":\"Wiles\",\"candidate_first\":\"Virgil L.R.\",\"candidate_suffix\":null,\"candidate_name\":\"Wiles, Virgil L.R.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":124,\"general_pct\":0.021058208965362642,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
395
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Thomas\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Thomas\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":107,\"general_pct\":0.018171196445917765,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
396
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80004013\",\"incumbent\":false,\"candidate_last\":\"Gilbert\",\"candidate_first\":\"Daniel\",\"candidate_suffix\":null,\"candidate_name\":\"Gilbert, Daniel\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":88,\"general_pct\":0.01494453539477349,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
397
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort\",\"candidate_first\":\"Hugh\",\"candidate_suffix\":null,\"candidate_name\":\"Cort, Hugh\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":46,\"general_pct\":0.007811916229086142,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
398
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":967,\"general_pct\":47.010209042294605,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
399
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80004997\",\"incumbent\":false,\"candidate_last\":\"Root\",\"candidate_first\":\"Wayne A.\",\"candidate_suffix\":null,\"candidate_name\":\"Root, Wayne A.\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":370,\"general_pct\":17.987360233349538,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
400
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P00004671\",\"incumbent\":false,\"candidate_last\":\"Kubby\",\"candidate_first\":\"Steve\",\"candidate_suffix\":null,\"candidate_name\":\"Kubby, Steve\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":196,\"general_pct\":9.52843947496354,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
401
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003080\",\"incumbent\":false,\"candidate_last\":\"Phillies\",\"candidate_first\":\"George\",\"candidate_suffix\":null,\"candidate_name\":\"Phillies, George\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":163,\"general_pct\":7.92416140009723,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
402
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hollist\",\"candidate_first\":\"Dave\",\"candidate_suffix\":null,\"candidate_name\":\"Hollist, Dave\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":141,\"general_pct\":6.854642683519689,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
403
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80002975\",\"incumbent\":false,\"candidate_last\":\"Imperato\",\"candidate_first\":\"Daniel\",\"candidate_suffix\":null,\"candidate_name\":\"Imperato, Daniel\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":141,\"general_pct\":6.854642683519689,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
404
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003304\",\"incumbent\":false,\"candidate_last\":\"Jingozian\",\"candidate_first\":\"Michael P.\",\"candidate_suffix\":null,\"candidate_name\":\"Jingozian, Michael P.\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":79,\"general_pct\":3.840544482255712,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
405
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":103174,\"general_pct\":56.55818134973495,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
406
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":74889,\"general_pct\":41.052839311263504,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
407
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4358,\"general_pct\":2.3889793390015406,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
408
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":72791,\"general_pct\":76.03781468714091,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
409
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":20606,\"general_pct\":21.525122741042516,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
410
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2333,\"general_pct\":2.4370625718165675,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
411
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":46670,\"general_pct\":49.36795895700005,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
412
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":43979,\"general_pct\":46.52139419262707,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
413
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3886,\"general_pct\":4.110646850372878,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
414
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":118876,\"general_pct\":86.9943211755752,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
415
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17772,\"general_pct\":13.005678824424798,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
416
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Grundmann\",\"candidate_first\":\"Don J.\",\"candidate_suffix\":null,\"candidate_name\":\"Grundmann, Don J.\",\"party\":\"NB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":40,\"general_pct\":48.19277108433735,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
417
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Templin\",\"candidate_first\":\"Diane Beall\",\"candidate_suffix\":null,\"candidate_name\":\"Templin, Diane Beall\",\"party\":\"NB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":25,\"general_pct\":30.120481927710845,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
418
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Malatesta\",\"candidate_first\":\"Bryan\",\"candidate_suffix\":null,\"candidate_name\":\"Malatesta, Bryan\",\"party\":\"NB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18,\"general_pct\":21.686746987951807,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
419
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80004930\",\"incumbent\":false,\"candidate_last\":\"McKinney\",\"candidate_first\":\"Cynthia\",\"candidate_suffix\":null,\"candidate_name\":\"McKinney, Cynthia\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":40,\"general_pct\":57.971014492753625,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
420
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80005390\",\"incumbent\":false,\"candidate_last\":\"Johnson\",\"candidate_first\":\"Jesse\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Jesse\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13,\"general_pct\":18.84057971014493,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
421
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay\",\"candidate_first\":\"Kent\",\"candidate_suffix\":null,\"candidate_name\":\"Mesplay, Kent\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8,\"general_pct\":11.594202898550725,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
422
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80004872\",\"incumbent\":false,\"candidate_last\":\"Swift\",\"candidate_first\":\"Kat\",\"candidate_suffix\":null,\"candidate_name\":\"Swift, Kat\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8,\"general_pct\":11.594202898550725,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
423
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":112404,\"general_pct\":39.08929360092086,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
424
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":104815,\"general_pct\":36.45016466300594,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
425
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":48699,\"general_pct\":16.935424976613334,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
426
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"\\\"Bill\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, \\\"Bill\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13269,\"general_pct\":4.614389494952305,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
427
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3891,\"general_pct\":1.353123032998675,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
428
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":932,\"general_pct\":0.3241096547814868,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
429
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"\\\"Joe\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, \\\"Joe\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":638,\"general_pct\":0.22186905552638259,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
430
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":611,\"general_pct\":0.2124796127376485,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
431
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":404,\"general_pct\":0.1404938846906874,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
432
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Other\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Other\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":270,\"general_pct\":0.09389442788734059,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
433
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"\\\"Ron\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, \\\"Ron\\\"\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":267,\"general_pct\":0.09285115646637014,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
434
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Caligiuri\",\"candidate_first\":\"Richard Edwards\",\"candidate_suffix\":null,\"candidate_name\":\"Caligiuri, Richard Edwards\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":253,\"general_pct\":0.08798255650184138,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
435
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"\\\"Mike\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, \\\"Mike\\\"\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":243,\"general_pct\":0.08450498509860654,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
436
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"\\\"Chris\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, \\\"Chris\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":205,\"general_pct\":0.07129021376631416,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
437
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudolph W.\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudolph W.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":161,\"general_pct\":0.05598889959208087,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
438
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Capalbo\",\"candidate_first\":\"Kenneth A.\",\"candidate_suffix\":null,\"candidate_name\":\"Capalbo, Kenneth A.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":108,\"general_pct\":0.03755777115493624,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
439
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"D. R.\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, D. R.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":95,\"general_pct\":0.03303692833073095,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
440
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Keefe\",\"candidate_first\":\"William \\\"Bill\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Keefe, William \\\"Bill\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":51,\"general_pct\":0.01773561415649767,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
441
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Laughlin\",\"candidate_first\":\"\\\"Tom\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Laughlin, \\\"Tom\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":47,\"general_pct\":0.016344585595203735,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
442
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003343\",\"incumbent\":false,\"candidate_last\":\"Crow\",\"candidate_first\":\"\\\"Randy\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Crow, \\\"Randy\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":37,\"general_pct\":0.012867014191968897,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
443
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Skok\",\"candidate_first\":\"Michael\",\"candidate_suffix\":null,\"candidate_name\":\"Skok, Michael\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":32,\"general_pct\":0.011128228490351479,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
444
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003239\",\"incumbent\":false,\"candidate_last\":\"Savior\",\"candidate_first\":\"O.\",\"candidate_suffix\":null,\"candidate_name\":\"Savior, O.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":30,\"general_pct\":0.01043271420970451,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
445
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hewes\",\"candidate_first\":\"Henry\",\"candidate_suffix\":null,\"candidate_name\":\"Hewes, Henry\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17,\"general_pct\":0.005911871385499223,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
446
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003536\",\"incumbent\":false,\"candidate_last\":\"Hughes\",\"candidate_first\":\"William C.\",\"candidate_suffix\":null,\"candidate_name\":\"Hughes, William C.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16,\"general_pct\":0.005564114245175739,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
447
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15,\"general_pct\":0.005216357104852255,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
448
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Killeen\",\"candidate_first\":\"Caroline P.\",\"candidate_suffix\":null,\"candidate_name\":\"Killeen, Caroline P.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11,\"general_pct\":0.0038253285435583206,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
449
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Koos\",\"candidate_first\":\"\\\"Tom\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Koos, \\\"Tom\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10,\"general_pct\":0.003477571403234837,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
450
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8,\"general_pct\":0.0027820571225878696,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
451
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80004039\",\"incumbent\":false,\"candidate_last\":\"LaMagna\",\"candidate_first\":\"Dal\",\"candidate_suffix\":null,\"candidate_name\":\"LaMagna, Dal\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8,\"general_pct\":0.0027820571225878696,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
452
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Marchuk\",\"candidate_first\":\"Stephen W.\",\"candidate_suffix\":null,\"candidate_name\":\"Marchuk, Stephen W.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5,\"general_pct\":0.0017387857016174185,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
453
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":0.0013910285612939348,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
454
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80004617\",\"incumbent\":false,\"candidate_last\":\"Howard\",\"candidate_first\":\"Albert\",\"candidate_suffix\":null,\"candidate_name\":\"Howard, Albert\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":0.0003477571403234837,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
455
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":88713,\"general_pct\":36.99565875567677,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
456
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":75675,\"general_pct\":31.558469179667465,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
457
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"\\\"Mike\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, \\\"Mike\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":26916,\"general_pct\":11.224681287610565,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
458
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudolph W.\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudolph W.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":20344,\"general_pct\":8.483984102955466,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
459
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"\\\"Ron\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, \\\"Ron\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18346,\"general_pct\":7.650765451868903,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
460
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2956,\"general_pct\":1.2327298962021411,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
461
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1996,\"general_pct\":0.8323845983827719,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
462
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1828,\"general_pct\":0.7623241712643822,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
463
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1192,\"general_pct\":0.49709541145905006,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
464
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":747,\"general_pct\":0.31151868486569667,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
465
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"\\\"Bill\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, \\\"Bill\\\"\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":210,\"general_pct\":0.08757553389798702,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
466
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":205,\"general_pct\":0.08549040213851113,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
467
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Marchuk\",\"candidate_first\":\"Stephen W.\",\"candidate_suffix\":null,\"candidate_name\":\"Marchuk, Stephen W.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":127,\"general_pct\":0.05296234669068738,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
468
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Other\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Other\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":94,\"general_pct\":0.03920047707814657,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
469
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Thomas G.\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Thomas G.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":63,\"general_pct\":0.026272660169396105,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
470
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"O'Connor\",\"candidate_first\":\"Cornelius Edward\",\"candidate_suffix\":null,\"candidate_name\":\"O'Connor, Cornelius Edward\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":46,\"general_pct\":0.019183212187178108,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
471
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80004617\",\"incumbent\":false,\"candidate_last\":\"Howard\",\"candidate_first\":\"Albert\",\"candidate_suffix\":null,\"candidate_name\":\"Howard, Albert\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":43,\"general_pct\":0.01793213313149258,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
472
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Supreme\",\"candidate_first\":\"Vermin\",\"candidate_suffix\":null,\"candidate_name\":\"Supreme, Vermin\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":43,\"general_pct\":0.01793213313149258,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
473
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80002983\",\"incumbent\":false,\"candidate_last\":\"Cox\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Cox, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":39,\"general_pct\":0.016264027723911875,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
474
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003817\",\"incumbent\":false,\"candidate_last\":\"Wuensche\",\"candidate_first\":\"\\\"Vern\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Wuensche, \\\"Vern\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":36,\"general_pct\":0.015012948668226346,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
475
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort\",\"candidate_first\":\"Hugh\",\"candidate_suffix\":null,\"candidate_name\":\"Cort, Hugh\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":35,\"general_pct\":0.01459592231633117,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
476
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80004013\",\"incumbent\":false,\"candidate_last\":\"Gilbert\",\"candidate_first\":\"Daniel\",\"candidate_suffix\":null,\"candidate_name\":\"Gilbert, Daniel\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":35,\"general_pct\":0.01459592231633117,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
477
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80004021\",\"incumbent\":false,\"candidate_last\":\"Shepard\",\"candidate_first\":\"Jack\",\"candidate_suffix\":null,\"candidate_name\":\"Shepard, Jack\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":28,\"general_pct\":0.011676737853064934,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
478
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003635\",\"incumbent\":false,\"candidate_last\":\"Mitchell\",\"candidate_first\":\"James Creighton, Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Mitchell, James Creighton, Jr.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":26,\"general_pct\":0.010842685149274583,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
479
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80004161\",\"incumbent\":false,\"candidate_last\":\"Klein\",\"candidate_first\":\"Mark\",\"candidate_suffix\":null,\"candidate_name\":\"Klein, Mark\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16,\"general_pct\":0.0066724216303228195,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
480
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15,\"general_pct\":0.006255395278427644,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
481
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80004807\",\"incumbent\":false,\"candidate_last\":\"Fendig\",\"candidate_first\":\"H. Neal, Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Fendig, H. Neal, Jr.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13,\"general_pct\":0.005421342574637292,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
482
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5,\"general_pct\":0.002085131759475881,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
483
+ "{\"year\":2008,\"date\":\"2008-01-08\",\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"\\\"Joe\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, \\\"Joe\\\"\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":0.0004170263518951762,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
484
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":613500,\"general_pct\":53.75924794886782,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
485
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":501372,\"general_pct\":43.933792441108,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
486
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15728,\"general_pct\":1.3781995953378858,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
487
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4081,\"general_pct\":0.35760634210159664,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
488
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3366,\"general_pct\":0.2949529398466,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
489
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3152,\"general_pct\":0.2762007327381114,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
490
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":313459,\"general_pct\":55.36178848147566,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
491
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":160388,\"general_pct\":28.327042869934882,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
492
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":46284,\"general_pct\":8.174482206848804,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
493
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":27301,\"general_pct\":4.821785902886077,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
494
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15516,\"general_pct\":2.740369586065726,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
495
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3253,\"general_pct\":0.5745309527888506,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
496
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"NM\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":95378,\"general_pct\":85.97337275439656,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
497
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"NM\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15561,\"general_pct\":14.02662724560344,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
498
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1068496,\"general_pct\":57.370606917251244,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
499
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":751019,\"general_pct\":40.324358571662515,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
500
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":21924,\"general_pct\":1.1771622786176237,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
501
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8458,\"general_pct\":0.45413421604396376,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
502
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8227,\"general_pct\":0.4417311652156171,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
503
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4321,\"general_pct\":0.232006851209029,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
504
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":333001,\"general_pct\":51.797185850233475,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
505
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":178043,\"general_pct\":27.69398998901841,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
506
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":68477,\"general_pct\":10.651367099397413,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
507
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":40113,\"general_pct\":6.239442271976406,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
508
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23260,\"general_pct\":3.618014789374298,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
509
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Blank, Void, Scattering\",\"candidate_first\":\"\",\"candidate_suffix\":\"Scattering\",\"candidate_name\":\"Blank, Void, Scattering\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":28698,\"general_pct\":0.0,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
510
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Blank, Void, Scattering\",\"candidate_first\":\"\",\"candidate_suffix\":\"Scattering\",\"candidate_name\":\"Blank, Void, Scattering\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":27184,\"general_pct\":0.0,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
511
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":887391,\"general_pct\":56.138192197762294,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
512
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":657669,\"general_pct\":41.60550278795946,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
513
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23214,\"general_pct\":1.4685657096802356,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
514
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":12452,\"general_pct\":0.7877393045980138,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
515
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":383085,\"general_pct\":74.0142160774214,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
516
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":63018,\"general_pct\":12.175438528699745,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
517
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":37260,\"general_pct\":7.198845402573113,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
518
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"No Preference\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":20624,\"general_pct\":3.9846749217033786,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
519
+ "{\"year\":2008,\"date\":\"2008-05-06\",\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13596,\"general_pct\":2.6268250696023636,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
520
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1259620,\"general_pct\":53.493386265294276,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
521
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1055769,\"general_pct\":44.836267226563145,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
522
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":39332,\"general_pct\":1.6703465081425783,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
523
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":570453,\"general_pct\":54.556226712470256,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
524
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":338838,\"general_pct\":32.40533882160317,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
525
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":55690,\"general_pct\":5.326006289067581,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
526
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":54540,\"general_pct\":5.216024115743326,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
527
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":26103,\"general_pct\":2.4964040611156593,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
528
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":228480,\"general_pct\":54.764181809030056,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
529
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":130130,\"general_pct\":31.190751833022933,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
530
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":42725,\"general_pct\":10.240719834518597,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
531
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7078,\"general_pct\":1.6965199529250468,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
532
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80005044\",\"incumbent\":false,\"candidate_last\":\"Rogers\",\"candidate_first\":\"Jim\",\"candidate_suffix\":null,\"candidate_name\":\"Rogers, Jim\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3905,\"general_pct\":0.9359862130788793,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
533
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2511,\"general_pct\":0.6018595085892614,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
534
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2378,\"general_pct\":0.5699808488352305,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
535
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":122772,\"general_pct\":36.64245166450781,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
536
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":111899,\"general_pct\":33.39730312128791,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
537
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":83030,\"general_pct\":24.78108006470599,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
538
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11183,\"general_pct\":3.3376709425943276,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
539
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2412,\"general_pct\":0.7198839590036232,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
540
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1924,\"general_pct\":0.5742357948271025,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
541
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan L.\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan L.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":817,\"general_pct\":0.24384129125454404,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
542
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80005085\",\"incumbent\":false,\"candidate_last\":\"Curry\",\"candidate_first\":\"Jerry R.\",\"candidate_suffix\":null,\"candidate_name\":\"Curry, Jerry R.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":387,\"general_pct\":0.11550376954162613,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
543
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":317,\"general_pct\":0.09461161484417437,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
544
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":189,\"general_pct\":0.05640881768311974,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
545
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80004013\",\"incumbent\":false,\"candidate_last\":\"Gilbert\",\"candidate_first\":\"Daniel\",\"candidate_suffix\":null,\"candidate_name\":\"Gilbert, Daniel\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":124,\"general_pct\":0.037008959749771676,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
546
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":375385,\"general_pct\":58.51684881815872,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
547
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":259825,\"general_pct\":40.50279111892614,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
548
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Miscellaneous\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Miscellaneous\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6289,\"general_pct\":0.9803600629151409,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
549
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":285881,\"general_pct\":80.8770609602915,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
550
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":51100,\"general_pct\":14.456427027577545,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
551
+ "{\"year\":2008,\"date\":\"2008-05-20\",\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Miscellaneous\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Miscellaneous\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16495,\"general_pct\":4.6665120121309505,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
552
+ "{\"year\":2008,\"date\":\"2008-04-22\",\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1275039,\"general_pct\":54.57093576662329,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
553
+ "{\"year\":2008,\"date\":\"2008-04-22\",\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1061441,\"general_pct\":45.42906423337671,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
554
+ "{\"year\":2008,\"date\":\"2008-04-22\",\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":595175,\"general_pct\":72.85525774609269,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
555
+ "{\"year\":2008,\"date\":\"2008-04-22\",\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":129323,\"general_pct\":15.830403658584355,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
556
+ "{\"year\":2008,\"date\":\"2008-04-22\",\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":92430,\"general_pct\":11.314338595322965,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
557
+ "{\"year\":2008,\"date\":\"2008-06-01\",\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":263865,\"general_pct\":68.19098074686653,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
558
+ "{\"year\":2008,\"date\":\"2008-06-01\",\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":123085,\"general_pct\":31.80901925313348,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
559
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":108949,\"general_pct\":58.43680774945156,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
560
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":75316,\"general_pct\":40.39712721050853,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
561
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1133,\"general_pct\":0.6077054693492241,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
562
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1041,\"general_pct\":0.5583595706906817,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
563
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17480,\"general_pct\":64.75033338272337,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
564
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5847,\"general_pct\":21.658764261372056,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
565
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1777,\"general_pct\":6.582456660245962,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
566
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1181,\"general_pct\":4.374722181063861,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
567
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":570,\"general_pct\":2.1114239146540226,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
568
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":117,\"general_pct\":0.43339754037635203,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
569
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort\",\"candidate_first\":\"Hugh\",\"candidate_suffix\":null,\"candidate_name\":\"Cort, Hugh\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":24,\"general_pct\":0.08890205956437991,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
570
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":147686,\"general_pct\":33.150691696277654,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
571
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":132943,\"general_pct\":29.8413688919616,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
572
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":69651,\"general_pct\":15.634378528346865,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
573
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":68142,\"general_pct\":15.295657229309157,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
574
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16154,\"general_pct\":3.6260462986448903,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
575
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9557,\"general_pct\":2.145234893905486,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
576
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1051,\"general_pct\":0.2359152321329565,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
577
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":121,\"general_pct\":0.027160554793613453,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
578
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort\",\"candidate_first\":\"Hugh\",\"candidate_suffix\":null,\"candidate_name\":\"Cort, Hugh\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":88,\"general_pct\":0.019753130758991603,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
579
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80002983\",\"incumbent\":false,\"candidate_last\":\"Cox\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Cox, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":83,\"general_pct\":0.0186307937840489,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
580
+ "{\"year\":2008,\"date\":\"2008-01-19\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80004807\",\"incumbent\":false,\"candidate_last\":\"Fendig\",\"candidate_first\":\"Cap\",\"candidate_suffix\":null,\"candidate_name\":\"Fendig, Cap\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23,\"general_pct\":0.005162750084736442,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
581
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":294898,\"general_pct\":55.41622584567162,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
582
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":140990,\"general_pct\":26.49435968362363,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
583
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":93801,\"general_pct\":17.62676383207022,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
584
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":726,\"general_pct\":0.13642744258678458,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
585
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":693,\"general_pct\":0.13022619519647619,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
586
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":551,\"general_pct\":0.1035420397593916,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
587
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":247,\"general_pct\":0.04641539713352037,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
588
+ "{\"year\":2008,\"date\":\"2008-01-26\",\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":245,\"general_pct\":0.04603956395835017,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
589
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":54128,\"general_pct\":55.34730104195425,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
590
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":43669,\"general_pct\":44.65269895804575,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
591
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":42788,\"general_pct\":70.18568335411062,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
592
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10072,\"general_pct\":16.52122564136212,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
593
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4328,\"general_pct\":7.099271701331935,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
594
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1990,\"general_pct\":3.2642215077750802,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
595
+ "{\"year\":2008,\"date\":\"2008-06-03\",\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"to be Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"to be Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1786,\"general_pct\":2.929597795420248,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
596
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":336245,\"general_pct\":53.8195222516022,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
597
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":252874,\"general_pct\":40.47512340659833,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
598
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":27820,\"general_pct\":4.452881408019668,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
599
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3158,\"general_pct\":0.5054708657989256,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
600
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1531,\"general_pct\":0.2450525318360213,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
601
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1178,\"general_pct\":0.1885511969319615,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
602
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":971,\"general_pct\":0.15541868609586978,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
603
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":526,\"general_pct\":0.08419179082021372,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
604
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":461,\"general_pct\":0.07378786229680327,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
605
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":190904,\"general_pct\":34.470716755595284,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
606
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":176091,\"general_pct\":31.795996858156606,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
607
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":130632,\"general_pct\":23.587660139216165,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
608
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":31026,\"general_pct\":5.602231792204978,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
609
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16263,\"general_pct\":2.9365401803851467,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
610
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5159,\"general_pct\":0.9315385101523072,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
611
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1830,\"general_pct\":0.33043525364968446,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
612
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":978,\"general_pct\":0.17659326670458547,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
613
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":738,\"general_pct\":0.13325749573413506,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
614
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":194,\"general_pct\":0.03502974820111409,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
615
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1462734,\"general_pct\":50.87795210133197,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
616
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1362476,\"general_pct\":47.39070033732338,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
617
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":29936,\"general_pct\":1.0412572443831032,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
618
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10773,\"general_pct\":0.37471486817674937,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
619
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5290,\"general_pct\":0.18400089600436315,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
620
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3777,\"general_pct\":0.13137455278043092,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
621
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":697767,\"general_pct\":51.21894823690728,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
622
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":518002,\"general_pct\":38.023462881756295,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
623
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":66360,\"general_pct\":4.871095086183736,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
624
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":27264,\"general_pct\":2.0012889757340777,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
625
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17574,\"general_pct\":1.290003391268731,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
626
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11503,\"general_pct\":0.8443671907228981,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
627
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8260,\"general_pct\":0.6063177427950219,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
628
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8222,\"general_pct\":0.6035283875618246,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
629
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6038,\"general_pct\":0.4432138657380561,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
630
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort\",\"candidate_first\":\"Hugh\",\"candidate_suffix\":null,\"candidate_name\":\"Cort, Hugh\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":728,\"general_pct\":0.053438173941256176,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
631
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Tran\",\"candidate_first\":\"Hoa\",\"candidate_suffix\":null,\"candidate_name\":\"Tran, Hoa\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":604,\"general_pct\":0.04433606739082243,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
632
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":74538,\"general_pct\":56.724732312047664,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
633
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":51333,\"general_pct\":39.065318143421386,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
634
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3758,\"general_pct\":2.859904263981796,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
635
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":549,\"general_pct\":0.4177986803954248,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
636
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":462,\"general_pct\":0.3515901463436908,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
637
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":408,\"general_pct\":0.310495194173649,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
638
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":166,\"general_pct\":0.12632892704123955,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
639
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":117,\"general_pct\":0.08903906303509053,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
640
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80004567\",\"incumbent\":false,\"candidate_last\":\"Lynch\",\"candidate_first\":\"Frank\",\"candidate_suffix\":null,\"candidate_name\":\"Lynch, Frank\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":72,\"general_pct\":0.05479326956005571,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
641
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":264956,\"general_pct\":89.49371919975951,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
642
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15931,\"general_pct\":5.380985675249357,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
643
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8846,\"general_pct\":2.987897764312084,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
644
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4252,\"general_pct\":1.4361905147925595,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
645
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":988,\"general_pct\":0.3337150114334546,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
646
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":613,\"general_pct\":0.207051925110028,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
647
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":261,\"general_pct\":0.08815750808110491,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
648
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":211,\"general_pct\":0.0712690965713147,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
649
+ "{\"year\":2008,\"date\":\"2008-02-05\",\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3,\"general_pct\":0.0010133046905874128,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
650
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":91901,\"general_pct\":59.30627258647393,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
651
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":59806,\"general_pct\":38.594475993804856,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
652
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1936,\"general_pct\":1.2493546721734643,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
653
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1010,\"general_pct\":0.651781104801239,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
654
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":307,\"general_pct\":0.19811564274651522,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
655
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":28417,\"general_pct\":71.32244057927365,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
656
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5698,\"general_pct\":14.301131942875788,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
657
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2635,\"general_pct\":6.613457821951159,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
658
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1809,\"general_pct\":4.540320758978993,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
659
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":931,\"general_pct\":2.336671435383882,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
660
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":353,\"general_pct\":0.8859774615365308,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
661
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80005275\",\"incumbent\":false,\"candidate_last\":\"Moore\",\"candidate_first\":\"Brian\",\"candidate_suffix\":null,\"candidate_name\":\"Moore, Brian\",\"party\":\"LU\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":178,\"general_pct\":44.611528822055135,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
662
+ "{\"year\":2008,\"date\":\"2008-03-04\",\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"W(LU)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":221,\"general_pct\":55.388471177944865,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
663
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":627820,\"general_pct\":63.66032145511624,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
664
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":349766,\"general_pct\":35.465923344382446,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
665
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5206,\"general_pct\":0.5278832045735006,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
666
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1625,\"general_pct\":0.16477337830041078,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
667
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":991,\"general_pct\":0.1004864110127428,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
668
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":795,\"general_pct\":0.08061220661466251,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
669
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":244829,\"general_pct\":50.0414919100995,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
670
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":199003,\"general_pct\":40.6749486971949,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
671
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":21999,\"general_pct\":4.496455814181648,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
672
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18002,\"general_pct\":3.6794944118777235,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
673
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred D.\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred D.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3395,\"general_pct\":0.693916427526101,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
674
+ "{\"year\":2008,\"date\":\"2008-02-12\",\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2024,\"general_pct\":0.4136927391201263,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
675
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":354112,\"general_pct\":51.21806934237417,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
676
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":315744,\"general_pct\":45.66859662038731,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
677
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11892,\"general_pct\":1.720035696670866,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
678
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis J.\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4021,\"general_pct\":0.5815896011027205,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
679
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2040,\"general_pct\":0.29506162304142,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
680
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1883,\"general_pct\":0.27235344911127146,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
681
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1071,\"general_pct\":0.1549073520967455,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
682
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Christopher J.\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Christopher J.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":618,\"general_pct\":0.089386315215489,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
683
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":262304,\"general_pct\":49.49767139934935,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
684
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":127657,\"general_pct\":24.089317119932367,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
685
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":86140,\"general_pct\":16.25491572503642,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
686
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":40539,\"general_pct\":7.649849414641878,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
687
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5145,\"general_pct\":0.9708792826249405,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
688
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4865,\"general_pct\":0.9180423148630391,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
689
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2226,\"general_pct\":0.42005389370711715,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
690
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WA\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1056,\"general_pct\":0.19927084984488574,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
691
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":240890,\"general_pct\":66.93062154427496,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
692
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":92736,\"general_pct\":25.7664416104026,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
693
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":26284,\"general_pct\":7.302936845322441,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
694
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":90469,\"general_pct\":76.01478805192623,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
695
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mikke\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mikke\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":12260,\"general_pct\":10.301222534974583,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
696
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6000,\"general_pct\":5.041381338486746,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
697
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5242,\"general_pct\":4.404486829391254,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
698
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2875,\"general_pct\":2.415661891358232,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
699
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P60003076\",\"incumbent\":false,\"candidate_last\":\"Keyes\",\"candidate_first\":\"Alan L.\",\"candidate_suffix\":null,\"candidate_name\":\"Keyes, Alan L.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1441,\"general_pct\":1.2107717514599,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
700
+ "{\"year\":2008,\"date\":\"2008-05-13\",\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80005085\",\"incumbent\":false,\"candidate_last\":\"Curry\",\"candidate_first\":\"Jerry\",\"candidate_suffix\":null,\"candidate_name\":\"Curry, Jerry\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":728,\"general_pct\":0.6116876024030584,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
701
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Obama\",\"candidate_first\":\"Barack\",\"candidate_suffix\":null,\"candidate_name\":\"Obama, Barack\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":646851,\"general_pct\":58.07849675825789,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
702
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P00003392\",\"incumbent\":false,\"candidate_last\":\"Clinton\",\"candidate_first\":\"Hillary\",\"candidate_suffix\":null,\"candidate_name\":\"Clinton, Hillary\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":453954,\"general_pct\":40.7589474506466,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
703
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P40002347\",\"incumbent\":false,\"candidate_last\":\"Edwards\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"Edwards, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6693,\"general_pct\":0.6009411422460814,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
704
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P40002545\",\"incumbent\":false,\"candidate_last\":\"Kucinich\",\"candidate_first\":\"Dennis\",\"candidate_suffix\":null,\"candidate_name\":\"Kucinich, Dennis\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2625,\"general_pct\":0.23568960083609203,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
705
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uninstructed Delegation\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uninstructed Delegation\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":861,\"general_pct\":0.07730618907423818,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
706
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80000722\",\"incumbent\":false,\"candidate_last\":\"Biden\",\"candidate_first\":\"Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Biden, Joe\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":755,\"general_pct\":0.06778881852619029,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
707
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003411\",\"incumbent\":false,\"candidate_last\":\"Richardson\",\"candidate_first\":\"Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Bill\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":528,\"general_pct\":0.047407279711031085,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
708
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P60004751\",\"incumbent\":false,\"candidate_last\":\"Gravel\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Gravel, Mike\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":517,\"general_pct\":0.046419628050384604,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
709
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003387\",\"incumbent\":false,\"candidate_last\":\"Dodd\",\"candidate_first\":\"Chris\",\"candidate_suffix\":null,\"candidate_name\":\"Dodd, Chris\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":501,\"general_pct\":0.04498304381671699,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
710
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":468,\"general_pct\":0.04202008883477755,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
711
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80002801\",\"incumbent\":false,\"candidate_last\":\"McCain\",\"candidate_first\":\"John\",\"candidate_suffix\":null,\"candidate_name\":\"McCain, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":224755,\"general_pct\":54.73725484465681,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
712
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003478\",\"incumbent\":false,\"candidate_last\":\"Huckabee\",\"candidate_first\":\"Mike\",\"candidate_suffix\":null,\"candidate_name\":\"Huckabee, Mike\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":151707,\"general_pct\":36.94700772271296,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
713
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul\",\"candidate_first\":\"Ron\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ron\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19090,\"general_pct\":4.649214455671725,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
714
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney\",\"candidate_first\":\"Mitt\",\"candidate_suffix\":null,\"candidate_name\":\"Romney, Mitt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8080,\"general_pct\":1.967818376208881,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
715
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P00003186\",\"incumbent\":false,\"candidate_last\":\"Thompson\",\"candidate_first\":\"Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Thompson, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2709,\"general_pct\":0.6597549481621112,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
716
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P00003251\",\"incumbent\":false,\"candidate_last\":\"Giuliani\",\"candidate_first\":\"Rudy\",\"candidate_suffix\":null,\"candidate_name\":\"Giuliani, Rudy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1935,\"general_pct\":0.47125353440150797,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
717
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uninstructed Delegation\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Uninstructed Delegation\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":850,\"general_pct\":0.2070105965071224,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
718
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003395\",\"incumbent\":false,\"candidate_last\":\"Hunter\",\"candidate_first\":\"Duncan\",\"candidate_suffix\":null,\"candidate_name\":\"Hunter, Duncan\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":799,\"general_pct\":0.19458996071669504,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
719
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":497,\"general_pct\":0.12104031348710567,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}",
720
+ "{\"year\":2008,\"date\":\"2008-02-19\",\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003429\",\"incumbent\":false,\"candidate_last\":\"Tancredo\",\"candidate_first\":\"Tom\",\"candidate_suffix\":null,\"candidate_name\":\"Tancredo, Tom\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":185,\"general_pct\":0.04505524747507957,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}"]