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,30 @@
1
+ ["{\"candidate\":\"Barack Obama (Democrat)\",\"popular_votes\":65915796,\"popular_vote_percent\":0.5106371012375427}",
2
+ "{\"candidate\":\"Mitt Romney (Republican)\",\"popular_votes\":60933500,\"popular_vote_percent\":0.47204020426693793}",
3
+ "{\"candidate\":\"Gary Johnson (Libertarian, Independent)\",\"popular_votes\":1275971,\"popular_vote_percent\":0.00988470400483624}",
4
+ "{\"candidate\":\"Jill Stein (Green, Pacific Green, Mountain, Independent)\",\"popular_votes\":469628,\"popular_vote_percent\":0.003638118556286337}",
5
+ "{\"candidate\":\"Write-In (Miscellaneous)\",\"popular_votes\":136040,\"popular_vote_percent\":0.0010538759366928575}",
6
+ "{\"candidate\":\"Virgil Goode (Constitution, Independent American, U.S. Taxpayers)\",\"popular_votes\":122388,\"popular_vote_percent\":0.0009481164961773408}",
7
+ "{\"candidate\":\"Roseann Barr (Peace and Freedom)\",\"popular_votes\":67326,\"popular_vote_percent\":0.0005215616826946731}",
8
+ "{\"candidate\":\"Ross C. \\\"Rocky\\\" Anderson (Justice, Progressive, Independent)\",\"popular_votes\":43018,\"popular_vote_percent\":0.00033325224231588754}",
9
+ "{\"candidate\":\"Tom Hoefling (American Independent, America's Party)\",\"popular_votes\":40628,\"popular_vote_percent\":0.00031473736809730534}",
10
+ "{\"candidate\":\"Randall Terry (Independent)\",\"popular_votes\":13105,\"popular_vote_percent\":0.00010152193583034326}",
11
+ "{\"candidate\":\"Richard Duncan (Independent)\",\"popular_votes\":12557,\"popular_vote_percent\":9.727668433587336e-05}",
12
+ "{\"candidate\":\"Peta Lindsay (Socialism and Liberation)\",\"popular_votes\":7791,\"popular_vote_percent\":6.035539122885955e-05}",
13
+ "{\"candidate\":\"None of These Candidates\",\"popular_votes\":5770,\"popular_vote_percent\":4.469908964067765e-05}",
14
+ "{\"candidate\":\"Chuck Baldwin (Reform)\",\"popular_votes\":5017,\"popular_vote_percent\":3.886574224042977e-05}",
15
+ "{\"candidate\":\"Will Christensen (Constitution)\",\"popular_votes\":4453,\"popular_vote_percent\":3.449654179721622e-05}",
16
+ "{\"candidate\":\"Stewart Alexander (Socialist)\",\"popular_votes\":4405,\"popular_vote_percent\":3.412469495098528e-05}",
17
+ "{\"candidate\":\"James Harris (Socialist Workers)\",\"popular_votes\":4117,\"popular_vote_percent\":3.189361387359963e-05}",
18
+ "{\"candidate\":\"Thomas Robert Stevens (Objectivist)\",\"popular_votes\":4091,\"popular_vote_percent\":3.169219683189121e-05}",
19
+ "{\"candidate\":\"Jim Carlson (Grassroots)\",\"popular_votes\":3149,\"popular_vote_percent\":2.4394702474609e-05}",
20
+ "{\"candidate\":\"Jill Reed (Unaffiliated)\",\"popular_votes\":2875,\"popular_vote_percent\":2.2272076727374047e-05}",
21
+ "{\"candidate\":\"Merlin Miller (American Third Position, Independent)\",\"popular_votes\":2701,\"popular_vote_percent\":2.0924131909786887e-05}",
22
+ "{\"candidate\":\"Sheila \\\"Samm\\\" Tittle (We the People)\",\"popular_votes\":2572,\"popular_vote_percent\":1.9924793510541235e-05}",
23
+ "{\"candidate\":\"Gloria La Riva (Socialism and Liberation, Independent)\",\"popular_votes\":1608,\"popular_vote_percent\":1.245686934873651e-05}",
24
+ "{\"candidate\":\"Jerry White (Socialist Equality, Independent)\",\"popular_votes\":1279,\"popular_vote_percent\":9.908169090195271e-06}",
25
+ "{\"candidate\":\"Dean Morstad (Constitutional Government)\",\"popular_votes\":1094,\"popular_vote_percent\":8.475009370346854e-06}",
26
+ "{\"candidate\":\"Jerry Litzel (Independent)\",\"popular_votes\":1027,\"popular_vote_percent\":7.955973147482833e-06}",
27
+ "{\"candidate\":\"Barbara Dale Washer (Reform)\",\"popular_votes\":1016,\"popular_vote_percent\":7.870758245221575e-06}",
28
+ "{\"candidate\":\"Jeff Boss (NSA Did 911)\",\"popular_votes\":1007,\"popular_vote_percent\":7.801036961553274e-06}",
29
+ "{\"candidate\":\"Andre Barnett (Reform)\",\"popular_votes\":956,\"popular_vote_percent\":7.405949687432901e-06}",
30
+ "{\"candidate\":\"Jack Fellure (Prohibition)\",\"popular_votes\":518,\"popular_vote_percent\":4.012847215575567e-06}"]
@@ -0,0 +1,453 @@
1
+ ["{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":241276,\"general_pct\":84.1002331896086,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":45615,\"general_pct\":15.899766810391402,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":214628,\"general_pct\":34.5014499649565,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":182292,\"general_pct\":29.303438120896857,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":180336,\"general_pct\":28.98901113032967,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":30950,\"general_pct\":4.97521235074363,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":9259,\"general_pct\":1.488384205348474,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1869,\"general_pct\":0.30044174098674775,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1701,\"general_pct\":0.27343574179692776,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AL\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1049,\"general_pct\":0.16862674494119767,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":239167,\"general_pct\":46.87177859043856,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":138031,\"general_pct\":27.05121722736341,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":81748,\"general_pct\":16.020914909712342,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":43952,\"general_pct\":8.613681706117298,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2023,\"general_pct\":0.3964661014623974,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Gonzales, Sarah\",\"candidate_first\":\"Gonzales, Sarah\",\"candidate_suffix\":null,\"candidate_name\":\"Gonzales, Sarah\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1544,\"general_pct\":0.3025920220751071,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":692,\"general_pct\":0.1356176679248537,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20003075\",\"incumbent\":false,\"candidate_last\":\"Sims, Paul\",\"candidate_first\":\"Sims, Paul\",\"candidate_suffix\":null,\"candidate_name\":\"Sims, Paul\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":530,\"general_pct\":0.1038690231216365,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20002390\",\"incumbent\":false,\"candidate_last\":\"Cisneros, Cesar\",\"candidate_first\":\"Cisneros, Cesar\",\"candidate_suffix\":null,\"candidate_name\":\"Cisneros, Cesar\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":418,\"general_pct\":0.08191934276385672,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20002762\",\"incumbent\":false,\"candidate_last\":\"Callahan, Mark\",\"candidate_first\":\"Callahan, Mark\",\"candidate_suffix\":null,\"candidate_name\":\"Callahan, Mark\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":358,\"general_pct\":0.07016058542933183,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Al \\\"Dick\\\"\",\"candidate_first\":\"Perry, Al \\\"Dick\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Al \\\"Dick\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":310,\"general_pct\":0.060753579561711915,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Benjamin, Donald\",\"candidate_first\":\"Benjamin, Donald\",\"candidate_suffix\":null,\"candidate_name\":\"Benjamin, Donald\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":223,\"general_pct\":0.04370338142665083,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P00002568\",\"incumbent\":false,\"candidate_last\":\"Levinson, Michael\",\"candidate_first\":\"Levinson, Michael\",\"candidate_suffix\":null,\"candidate_name\":\"Levinson, Michael\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":217,\"general_pct\":0.04252750569319834,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Dean, Kip\",\"candidate_first\":\"Dean, Kip\",\"candidate_suffix\":null,\"candidate_name\":\"Dean, Kip\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":198,\"general_pct\":0.03880389920393213,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Zack, Ronald\",\"candidate_first\":\"Zack, Ronald\",\"candidate_suffix\":null,\"candidate_name\":\"Zack, Ronald\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":156,\"general_pct\":0.030572769069764708,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20002838\",\"incumbent\":false,\"candidate_last\":\"Hill, Christopher\",\"candidate_first\":\"Hill, Christopher\",\"candidate_suffix\":null,\"candidate_name\":\"Hill, Christopher\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":139,\"general_pct\":0.027241121158315985,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P80004567\",\"incumbent\":false,\"candidate_last\":\"Lynch, Frank\",\"candidate_first\":\"Lynch, Frank\",\"candidate_suffix\":null,\"candidate_name\":\"Lynch, Frank\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":110,\"general_pct\":0.02155772177996229,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Arnett, Wayne Charles\",\"candidate_first\":\"Arnett, Wayne Charles\",\"candidate_suffix\":null,\"candidate_name\":\"Arnett, Wayne Charles\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":96,\"general_pct\":0.01881401173523982,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P60002201\",\"incumbent\":false,\"candidate_last\":\"Perkins, Raymond Scott\",\"candidate_first\":\"Perkins, Raymond Scott\",\"candidate_suffix\":null,\"candidate_name\":\"Perkins, Raymond Scott\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":90,\"general_pct\":0.017638136001787333,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Welch, Matt\",\"candidate_first\":\"Welch, Matt\",\"candidate_suffix\":null,\"candidate_name\":\"Welch, Matt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":86,\"general_pct\":0.01685421884615234,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Terr, Jim\",\"candidate_first\":\"Terr, Jim\",\"candidate_suffix\":null,\"candidate_name\":\"Terr, Jim\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":59,\"general_pct\":0.011562778045616139,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Skelley, Charles\",\"candidate_first\":\"Skelley, 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\":57,\"general_pct\":0.011170819467798642,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Bollander, Simon\",\"candidate_first\":\"Bollander, Simon\",\"candidate_suffix\":null,\"candidate_name\":\"Bollander, Simon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":54,\"general_pct\":0.010582881601072399,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P20003984\",\"incumbent\":false,\"candidate_last\":\"Stein, Jill\",\"candidate_first\":\"Stein, Jill\",\"candidate_suffix\":null,\"candidate_name\":\"Stein, Jill\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":385,\"general_pct\":68.62745098039215,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay, Kent\",\"candidate_first\":\"Mesplay, 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\":50,\"general_pct\":8.9126559714795,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P00000851\",\"incumbent\":false,\"candidate_last\":\"Grayson, Richard\",\"candidate_first\":\"Grayson, Richard\",\"candidate_suffix\":null,\"candidate_name\":\"Grayson, Richard\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":39,\"general_pct\":6.951871657754011,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Oatman, Michael\",\"candidate_first\":\"Oatman, Michael\",\"candidate_suffix\":null,\"candidate_name\":\"Oatman, Michael\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":39,\"general_pct\":6.951871657754011,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"P40002057\",\"incumbent\":false,\"candidate_last\":\"Swing, Gary\",\"candidate_first\":\"Swing, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Swing, Gary\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":30,\"general_pct\":5.347593582887701,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AZ\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Davis, Gerard\",\"candidate_first\":\"Davis, Gerard\",\"candidate_suffix\":null,\"candidate_name\":\"Davis, Gerard\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18,\"general_pct\":3.2085561497326207,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":94936,\"general_pct\":58.36935203231538,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P20004875\",\"incumbent\":false,\"candidate_last\":\"Wolfe, John\",\"candidate_first\":\"Wolfe, John\",\"candidate_suffix\":null,\"candidate_name\":\"Wolfe, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":67711,\"general_pct\":41.63064796768462,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":104200,\"general_pct\":68.3906537148858,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":20399,\"general_pct\":13.388684694145445,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":20308,\"general_pct\":13.328957731688106,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"AR\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7453,\"general_pct\":4.891703859280651,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":2075905,\"general_pct\":99.980542395183,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20001376\",\"incumbent\":false,\"candidate_last\":\"Richardson, Darcy\",\"candidate_first\":\"Richardson, Darcy\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Darcy\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":221,\"general_pct\":0.010643887783562081,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Meyer, Michael W.R., Jr.\",\"candidate_first\":\"Meyer, Michael W.R., Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Meyer, Michael W.R., Jr.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":129,\"general_pct\":0.006212948072757957,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002481\",\"incumbent\":false,\"candidate_last\":\"Ramos, Luis Alberto, Jr.\",\"candidate_first\":\"Ramos, Luis Alberto, Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Ramos, Luis Alberto, Jr.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":54,\"general_pct\":0.0026007689606893773,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":1530513,\"general_pct\":79.50840792324037,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":199246,\"general_pct\":10.350602866538178,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":102258,\"general_pct\":5.312186683428833,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":72022,\"general_pct\":3.7414609058842476,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Charles E. \\\"Buddy,\\\" III\",\"candidate_first\":\"Roemer, Charles E. \\\"Buddy,\\\" III\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Charles E. \\\"Buddy,\\\" III\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":12520,\"general_pct\":0.6503997464895557,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002564\",\"incumbent\":false,\"candidate_last\":\"Karger, Fred\",\"candidate_first\":\"Karger, Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Karger, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8393,\"general_pct\":0.4360067949110895,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Hannon, Jeremy\",\"candidate_first\":\"Hannon, Jeremy\",\"candidate_suffix\":null,\"candidate_name\":\"Hannon, Jeremy\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":11,\"general_pct\":0.0005714374769476928,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Gonzales, Donald James\",\"candidate_first\":\"Gonzales, Donald James\",\"candidate_suffix\":null,\"candidate_name\":\"Gonzales, Donald James\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5,\"general_pct\":0.00025974430770349665,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Howard, Sheldon Yeu\",\"candidate_first\":\"Howard, Sheldon Yeu\",\"candidate_suffix\":null,\"candidate_name\":\"Howard, Sheldon Yeu\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2,\"general_pct\":0.00010389772308139867,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Noonan, Edward C.\",\"candidate_first\":\"Noonan, Edward C.\",\"candidate_suffix\":null,\"candidate_name\":\"Noonan, Edward C.\",\"party\":\"AIP\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16926,\"general_pct\":38.73935731941774,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20004552\",\"incumbent\":false,\"candidate_last\":\"Roth, Laurie\",\"candidate_first\":\"Roth, Laurie\",\"candidate_suffix\":null,\"candidate_name\":\"Roth, Laurie\",\"party\":\"AIP\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16326,\"general_pct\":37.366108212029665,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20003190\",\"incumbent\":false,\"candidate_last\":\"Riekse, Mad Max\",\"candidate_first\":\"Riekse, 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\":10430,\"general_pct\":23.87164698342946,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Smith, Raymond Delmond\",\"candidate_first\":\"Smith, Raymond Delmond\",\"candidate_suffix\":null,\"candidate_name\":\"Smith, Raymond Delmond\",\"party\":\"W(AIP)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6,\"general_pct\":0.013732491073880802,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Diaz, Andrew Abe\",\"candidate_first\":\"Diaz, Andrew Abe\",\"candidate_suffix\":null,\"candidate_name\":\"Diaz, Andrew Abe\",\"party\":\"W(AIP)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":0.009154994049253868,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20003984\",\"incumbent\":false,\"candidate_last\":\"Stein, Jill\",\"candidate_first\":\"Stein, Jill\",\"candidate_suffix\":null,\"candidate_name\":\"Stein, Jill\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9165,\"general_pct\":49.356454305563034,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002804\",\"incumbent\":false,\"candidate_last\":\"Barr, Roseanne\",\"candidate_first\":\"Barr, Roseanne\",\"candidate_suffix\":null,\"candidate_name\":\"Barr, Roseanne\",\"party\":\"GRE\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7399,\"general_pct\":39.84597985890462,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay, Kent\",\"candidate_first\":\"Mesplay, 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\":2005,\"general_pct\":10.797565835532339,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6780,\"general_pct\":49.981570217471436,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20004370\",\"incumbent\":false,\"candidate_last\":\"Waymire, Barbara Joy\",\"candidate_first\":\"Waymire, Barbara Joy\",\"candidate_suffix\":null,\"candidate_name\":\"Waymire, Barbara Joy\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2118,\"general_pct\":15.613711758201255,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002382\",\"incumbent\":false,\"candidate_last\":\"Keller, Scott\",\"candidate_first\":\"Keller, Scott\",\"candidate_suffix\":null,\"candidate_name\":\"Keller, Scott\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1208,\"general_pct\":8.90527091780317,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20003364\",\"incumbent\":false,\"candidate_last\":\"Harris, R. J.\",\"candidate_first\":\"Harris, R. J.\",\"candidate_suffix\":null,\"candidate_name\":\"Harris, R. J.\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":670,\"general_pct\":4.939181717655732,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20003828\",\"incumbent\":false,\"candidate_last\":\"Still, Bill\",\"candidate_first\":\"Still, Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Still, Bill\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":670,\"general_pct\":4.939181717655732,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002770\",\"incumbent\":false,\"candidate_last\":\"Gary, Roger\",\"candidate_first\":\"Gary, Roger\",\"candidate_suffix\":null,\"candidate_name\":\"Gary, Roger\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":559,\"general_pct\":4.120899373387394,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P60004322\",\"incumbent\":false,\"candidate_last\":\"Ogle, James\",\"candidate_first\":\"Ogle, James\",\"candidate_suffix\":null,\"candidate_name\":\"Ogle, James\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":558,\"general_pct\":4.113527460375967,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002895\",\"incumbent\":false,\"candidate_last\":\"Person, Carl\",\"candidate_first\":\"Person, Carl\",\"candidate_suffix\":null,\"candidate_name\":\"Person, Carl\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":523,\"general_pct\":3.855510504976041,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20002952\",\"incumbent\":false,\"candidate_last\":\"Wrights, Lee\",\"candidate_first\":\"Wrights, Lee\",\"candidate_suffix\":null,\"candidate_name\":\"Wrights, Lee\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":479,\"general_pct\":3.531146332473277,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20004263\",\"incumbent\":false,\"candidate_last\":\"Anderson, Ross C. \\\"Rocky\\\"\",\"candidate_first\":\"Anderson, Ross C. \\\"Rocky\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Anderson, Ross C. \\\"Rocky\\\"\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1589,\"general_pct\":43.39158929546696,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20003968\",\"incumbent\":false,\"candidate_last\":\"Alexander, Stewart\",\"candidate_first\":\"Alexander, Stewart\",\"candidate_suffix\":null,\"candidate_name\":\"Alexander, Stewart\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1094,\"general_pct\":29.87438558164937,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"P20004651\",\"incumbent\":false,\"candidate_last\":\"Durham, Stephen\",\"candidate_first\":\"Durham, Stephen\",\"candidate_suffix\":null,\"candidate_name\":\"Durham, Stephen\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":971,\"general_pct\":26.51556526488258,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Upchurch, Shelley\",\"candidate_first\":\"Upchurch, Shelley\",\"candidate_suffix\":null,\"candidate_name\":\"Upchurch, Shelley\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":0.10922992900054614,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Ray, Leon Leo\",\"candidate_first\":\"Ray, Leon Leo\",\"candidate_suffix\":null,\"candidate_name\":\"Ray, Leon Leo\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2,\"general_pct\":0.05461496450027307,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Forbes, Ronald Clinton\",\"candidate_first\":\"Forbes, Ronald Clinton\",\"candidate_suffix\":null,\"candidate_name\":\"Forbes, Ronald Clinton\",\"party\":\"PAF\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2,\"general_pct\":0.05461496450027307,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":0,\"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}",
83
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":40171,\"general_pct\":67.42589546476887,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":8032,\"general_pct\":13.481486454731611,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6135,\"general_pct\":10.297425224076001,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4072,\"general_pct\":6.834737654839035,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"CT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":1168,\"general_pct\":1.9604552015844774,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":16143,\"general_pct\":56.45984890878567,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7742,\"general_pct\":27.077504196978175,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ronald E.\",\"candidate_first\":\"Paul, Ronald E.\",\"candidate_suffix\":null,\"candidate_name\":\"Paul, Ronald E.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3017,\"general_pct\":10.551902630106323,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DE\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1690,\"general_pct\":5.910744264129827,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":56503,\"general_pct\":97.43744503267861,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":1100,\"general_pct\":1.8969114832123335,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":386,\"general_pct\":0.6656434841090552,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":3577,\"general_pct\":70.08228840125392,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":621,\"general_pct\":12.16692789968652,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":558,\"general_pct\":10.932601880877742,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":348,\"general_pct\":6.8181818181818175,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"P20003984\",\"incumbent\":false,\"candidate_last\":\"Stein, Jill\",\"candidate_first\":\"Stein, Jill\",\"candidate_suffix\":null,\"candidate_name\":\"Stein, Jill\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":216,\"general_pct\":62.973760932944614,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":100,\"general_pct\":29.154518950437318,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"DC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Candidate None\",\"candidate_first\":\"Candidate None\",\"candidate_suffix\":null,\"candidate_name\":\"Candidate None\",\"party\":\"DCG\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":27,\"general_pct\":7.871720116618077,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":0,\"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}",
103
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":776159,\"general_pct\":46.40339727639161,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":534121,\"general_pct\":31.932927346927066,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":223249,\"general_pct\":13.347151857489445,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":117461,\"general_pct\":7.022516581631128,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6775,\"general_pct\":0.40504975983986935,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6204,\"general_pct\":0.3709119867227379,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3967,\"general_pct\":0.2371708335475663,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P00003608\",\"incumbent\":false,\"candidate_last\":\"Cain, Herman\",\"candidate_first\":\"Cain, Herman\",\"candidate_suffix\":null,\"candidate_name\":\"Cain, Herman\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3503,\"general_pct\":0.20943015626849626,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"FL\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1195,\"general_pct\":0.07144420118208765,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":139273,\"general_pct\":100.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}",
113
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":425395,\"general_pct\":47.189035686157055,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":233611,\"general_pct\":25.914450841403486,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":176259,\"general_pct\":19.55239775034111,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":59100,\"general_pct\":6.555958600951779,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1813,\"general_pct\":0.20111595505119417,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1714,\"general_pct\":0.19013389242015818,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1696,\"general_pct\":0.1881371537599698,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1142,\"general_pct\":0.12668197499639477,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"GA\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":740,\"general_pct\":0.08208814491885476,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":652583,\"general_pct\":99.97947042899143,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P20002424\",\"incumbent\":false,\"candidate_last\":\"Terry, Randall\",\"candidate_first\":\"Terry, Randall\",\"candidate_suffix\":null,\"candidate_name\":\"Terry, Randall\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":134,\"general_pct\":0.0205295710085688,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":435859,\"general_pct\":46.69314181523674,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":326778,\"general_pct\":35.00740261437628,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":87044,\"general_pct\":9.324937275966464,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":74482,\"general_pct\":7.979182691380614,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5568,\"general_pct\":0.5964943103784439,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IL\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_first\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Charles \\\"Buddy\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3723,\"general_pct\":0.39884129266144874,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":221466,\"general_pct\":100.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}",
131
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":410635,\"general_pct\":64.60700232382877,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":98487,\"general_pct\":15.495390889395505,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":85332,\"general_pct\":13.42565714636345,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"IN\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":41135,\"general_pct\":6.471949640412279,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":119293,\"general_pct\":57.84800550873348,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"\\\"Uncommitted\\\"\",\"candidate_first\":\"\\\"Uncommitted\\\"\",\"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\":86925,\"general_pct\":42.15199449126653,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":117621,\"general_pct\":66.76941416893733,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":22074,\"general_pct\":12.53065395095368,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15629,\"general_pct\":8.872048138056313,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10479,\"general_pct\":5.948569482288828,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"KY\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"\\\"Uncommitted\\\"\",\"candidate_first\":\"\\\"Uncommitted\\\"\",\"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\":10357,\"general_pct\":5.87931425976385,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":115150,\"general_pct\":76.46031566855466,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20004875\",\"incumbent\":false,\"candidate_last\":\"Wolfe, John\",\"candidate_first\":\"Wolfe, John\",\"candidate_suffix\":null,\"candidate_name\":\"Wolfe, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17804,\"general_pct\":11.821966653607879,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20004347\",\"incumbent\":false,\"candidate_last\":\"Ely, \\\"Bob\\\"\",\"candidate_first\":\"Ely, \\\"Bob\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Ely, \\\"Bob\\\"\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9897,\"general_pct\":6.571669510826621,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20001376\",\"incumbent\":false,\"candidate_last\":\"Richardson, Darcy G.\",\"candidate_first\":\"Richardson, Darcy G.\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Darcy G.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7750,\"general_pct\":5.146048167010843,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":91321,\"general_pct\":48.98932460704898,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":49758,\"general_pct\":26.692773992811546,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":29656,\"general_pct\":15.909017756558125,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":11467,\"general_pct\":6.151494018561237,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_first\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Charles \\\"Buddy\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2203,\"general_pct\":1.1818035513116247,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":955,\"general_pct\":0.5123115712676358,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":622,\"general_pct\":0.3336730862078215,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":242,\"general_pct\":0.12982136151494017,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"LA\",\"district\":null,\"fec_id\":\"P00003343\",\"incumbent\":false,\"candidate_last\":\"Crow, Randy\",\"candidate_first\":\"Crow, Randy\",\"candidate_suffix\":null,\"candidate_name\":\"Crow, Randy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":186,\"general_pct\":0.09978005471809452,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":288766,\"general_pct\":88.45100621802922,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted To Any Presidential Candidate\",\"candidate_first\":\"Uncommitted To Any Presidential Candidate\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted To Any Presidential Candidate\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":37704,\"general_pct\":11.548993781970779,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":122400,\"general_pct\":49.26187678091344,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":71349,\"general_pct\":28.715569006874127,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":27240,\"general_pct\":10.963182381634658,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":23609,\"general_pct\":9.501827197063605,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1484,\"general_pct\":0.5972600093372185,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1108,\"general_pct\":0.44593267543506604,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":901,\"general_pct\":0.36262214852616836,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MD\",\"district\":null,\"fec_id\":\"P20002564\",\"incumbent\":false,\"candidate_last\":\"Karger, Fred\",\"candidate_first\":\"Karger, Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Karger, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":377,\"general_pct\":0.15172980021572197,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":127909,\"general_pct\":86.49922568690701,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"No Preference\",\"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\":16075,\"general_pct\":10.870814820825979,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"All Others\",\"candidate_first\":\"All Others\",\"candidate_suffix\":null,\"candidate_name\":\"All Others\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3889,\"general_pct\":2.629959492267013,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":266313,\"general_pct\":72.05106907961485,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":44564,\"general_pct\":12.056804746534928,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":35219,\"general_pct\":9.528511946149663,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":16991,\"general_pct\":4.596920596184699,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2268,\"general_pct\":0.6136081403182213,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"No Preference\",\"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\":1793,\"general_pct\":0.4850967352692111,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":991,\"general_pct\":0.2681153734811981,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":865,\"general_pct\":0.23402603235240801,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"All Others\",\"candidate_first\":\"All Others\",\"candidate_suffix\":null,\"candidate_name\":\"All Others\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":613,\"general_pct\":0.1658473500948279,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P20003984\",\"incumbent\":false,\"candidate_last\":\"Stein, Jill\",\"candidate_first\":\"Stein, Jill\",\"candidate_suffix\":null,\"candidate_name\":\"Stein, Jill\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1018,\"general_pct\":67.06192358366272,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"No Preference\",\"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\":232,\"general_pct\":15.2832674571805,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"All Others\",\"candidate_first\":\"All Others\",\"candidate_suffix\":null,\"candidate_name\":\"All Others\",\"party\":\"W(GR)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":95,\"general_pct\":6.258234519104085,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"P40003279\",\"incumbent\":false,\"candidate_last\":\"Mesplay, Kent\",\"candidate_first\":\"Mesplay, 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\":89,\"general_pct\":5.862977602108037,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Mikkelson, Harley\",\"candidate_first\":\"Mikkelson, Harley\",\"candidate_suffix\":null,\"candidate_name\":\"Mikkelson, Harley\",\"party\":\"GR\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":84,\"general_pct\":5.533596837944664,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":174054,\"general_pct\":89.31021566343573,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":20833,\"general_pct\":10.689784336564266,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":409522,\"general_pct\":41.09607736686138,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":377372,\"general_pct\":37.86978210715716,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":115911,\"general_pct\":11.631823012366295,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":65027,\"general_pct\":6.525545936323067,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":18809,\"general_pct\":1.8875081660894792,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1816,\"general_pct\":0.18223801529153566,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1784,\"general_pct\":0.1790267727313324,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1735,\"general_pct\":0.17410955756102114,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1674,\"general_pct\":0.16798812643063363,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P00003608\",\"incumbent\":false,\"candidate_last\":\"Cain, Herman\",\"candidate_first\":\"Cain, Herman\",\"candidate_suffix\":null,\"candidate_name\":\"Cain, Herman\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1211,\"general_pct\":0.12152546063769257,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P20002564\",\"incumbent\":false,\"candidate_last\":\"Karger, Fred\",\"candidate_first\":\"Karger, Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Karger, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1180,\"general_pct\":0.11841456940749565,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MI\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":458,\"general_pct\":0.045960909142909324,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":97304,\"general_pct\":100.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}",
197
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":96258,\"general_pct\":32.72834838428898,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":91612,\"general_pct\":31.14867805461865,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":90161,\"general_pct\":30.655328582308783,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":12955,\"general_pct\":4.40478457186378,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1350,\"general_pct\":0.45900881296920903,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":971,\"general_pct\":0.3301463388097052,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":413,\"general_pct\":0.14042269611576544,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MS\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":392,\"general_pct\":0.13328255902513328,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":64435,\"general_pct\":88.40275491164526,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":4582,\"general_pct\":6.2863571506969596,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20002424\",\"incumbent\":false,\"candidate_last\":\"Terry, Randall\",\"candidate_first\":\"Terry, Randall\",\"candidate_suffix\":null,\"candidate_name\":\"Terry, Randall\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1998,\"general_pct\":2.74119196575568,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20004875\",\"incumbent\":false,\"candidate_last\":\"Wolfe, John\",\"candidate_first\":\"Wolfe, John\",\"candidate_suffix\":null,\"candidate_name\":\"Wolfe, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1000,\"general_pct\":1.3719679508286686,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20001376\",\"incumbent\":false,\"candidate_last\":\"Richardson, Darcy G.\",\"candidate_first\":\"Richardson, Darcy G.\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Darcy G.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":873,\"general_pct\":1.1977280210734278,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":139272,\"general_pct\":55.226123679045145,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":63882,\"general_pct\":25.33140353312053,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":30647,\"general_pct\":12.1525863949085,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":9853,\"general_pct\":3.907052362353035,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2456,\"general_pct\":0.9738882169835636,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P00003608\",\"incumbent\":false,\"candidate_last\":\"Cain, Herman\",\"candidate_first\":\"Cain, Herman\",\"candidate_suffix\":null,\"candidate_name\":\"Cain, Herman\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2306,\"general_pct\":0.9144080734381506,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1680,\"general_pct\":0.6661776077086266,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1044,\"general_pct\":0.4139817990760751,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":536,\"general_pct\":0.21254237960227612,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Meehan, Michael J.\",\"candidate_first\":\"Meehan, Michael J.\",\"candidate_suffix\":null,\"candidate_name\":\"Meehan, Michael J.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":356,\"general_pct\":0.1411662073477804,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P20003430\",\"incumbent\":false,\"candidate_last\":\"Drummond, Keith\",\"candidate_first\":\"Drummond, Keith\",\"candidate_suffix\":null,\"candidate_name\":\"Drummond, Keith\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":153,\"general_pct\":0.06066974641632135,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"P60004322\",\"incumbent\":false,\"candidate_last\":\"Ogle, James Orland, III\",\"candidate_first\":\"Ogle, James Orland, III\",\"candidate_suffix\":\"III\",\"candidate_name\":\"Ogle, James Orland, III\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":483,\"general_pct\":52.844638949671776,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":431,\"general_pct\":47.155361050328224,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MO\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"candidate_suffix\":null,\"candidate_name\":\"Uncommitted\",\"party\":\"CON\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":451,\"general_pct\":100.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}",
224
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":79932,\"general_pct\":90.61352196980003,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"No Preference\",\"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\":8270,\"general_pct\":9.375141704076542,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P20004875\",\"incumbent\":false,\"candidate_last\":\"Wolfe, John\",\"candidate_first\":\"Wolfe, John\",\"candidate_suffix\":null,\"candidate_name\":\"Wolfe, John\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10,\"general_pct\":0.011336326123429918,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":96121,\"general_pct\":68.43446748827043,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":20227,\"general_pct\":14.400848658308238,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":12546,\"general_pct\":8.9322710865247,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6107,\"general_pct\":4.34794990637704,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"MT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"No Preference\",\"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\":5456,\"general_pct\":3.88446286051959,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":63881,\"general_pct\":100.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}",
233
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":131436,\"general_pct\":70.89243913226395,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":25830,\"general_pct\":13.93188854489164,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":18508,\"general_pct\":9.982632334063277,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9628,\"general_pct\":5.193039988781135,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":97,\"general_pct\":55.42857142857143,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P20002952\",\"incumbent\":false,\"candidate_last\":\"Wrights, R. Lee\",\"candidate_first\":\"Wrights, R. Lee\",\"candidate_suffix\":null,\"candidate_name\":\"Wrights, R. Lee\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23,\"general_pct\":13.142857142857142,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P20002770\",\"incumbent\":false,\"candidate_last\":\"Gary, Roger\",\"candidate_first\":\"Gary, Roger\",\"candidate_suffix\":null,\"candidate_name\":\"Gary, Roger\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18,\"general_pct\":10.285714285714285,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P20002895\",\"incumbent\":false,\"candidate_last\":\"Person, Carl\",\"candidate_first\":\"Person, Carl\",\"candidate_suffix\":null,\"candidate_name\":\"Person, Carl\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14,\"general_pct\":8.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}",
241
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P20003364\",\"incumbent\":false,\"candidate_last\":\"Harris, RJ\",\"candidate_first\":\"Harris, RJ\",\"candidate_suffix\":null,\"candidate_name\":\"Harris, RJ\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13,\"general_pct\":7.428571428571429,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NE\",\"district\":null,\"fec_id\":\"P20003828\",\"incumbent\":false,\"candidate_last\":\"Still, Bill\",\"candidate_first\":\"Still, Bill\",\"candidate_suffix\":null,\"candidate_name\":\"Still, Bill\",\"party\":\"LIB\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10,\"general_pct\":5.714285714285714,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":49080,\"general_pct\":80.91132395852223,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":2289,\"general_pct\":3.77355380075504,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":1815,\"general_pct\":2.992136368881782,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1237,\"general_pct\":2.0392686987916053,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Cowan, Ed\",\"candidate_first\":\"Cowan, Ed\",\"candidate_suffix\":null,\"candidate_name\":\"Cowan, Ed\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":945,\"general_pct\":1.5578891837979525,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Supreme, Vermin\",\"candidate_first\":\"Supreme, Vermin\",\"candidate_suffix\":null,\"candidate_name\":\"Supreme, Vermin\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":833,\"general_pct\":1.373250465718195,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":772,\"general_pct\":1.2726883067640415,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002424\",\"incumbent\":false,\"candidate_last\":\"Terry, Randall\",\"candidate_first\":\"Terry, Randall\",\"candidate_suffix\":null,\"candidate_name\":\"Terry, Randall\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":442,\"general_pct\":0.7286635124218995,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003885\",\"incumbent\":false,\"candidate_last\":\"Haywood, John D.\",\"candidate_first\":\"Haywood, John D.\",\"candidate_suffix\":null,\"candidate_name\":\"Haywood, John D.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":423,\"general_pct\":0.6973408727476549,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Freis, Craig\",\"candidate_first\":\"Freis, Craig\",\"candidate_suffix\":null,\"candidate_name\":\"Freis, Craig\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":400,\"general_pct\":0.6594239931419905,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":302,\"general_pct\":0.4978651148222028,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20004347\",\"incumbent\":false,\"candidate_last\":\"Ely, Bob\",\"candidate_first\":\"Ely, Bob\",\"candidate_suffix\":null,\"candidate_name\":\"Ely, Bob\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":287,\"general_pct\":0.47313671507937816,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":276,\"general_pct\":0.45500255526797345,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"O'Connor, Cornelius Edward\",\"candidate_first\":\"O'Connor, Cornelius Edward\",\"candidate_suffix\":null,\"candidate_name\":\"O'Connor, Cornelius Edward\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":266,\"general_pct\":0.43851695543942365,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20001376\",\"incumbent\":false,\"candidate_last\":\"Richardson, Darcy G.\",\"candidate_first\":\"Richardson, Darcy G.\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Darcy G.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":264,\"general_pct\":0.4352198354737137,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20004875\",\"incumbent\":false,\"candidate_last\":\"Wolfe, John, Jr.\",\"candidate_first\":\"Wolfe, John, Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Wolfe, John, Jr.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":245,\"general_pct\":0.4038971957994692,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P40003055\",\"incumbent\":false,\"candidate_last\":\"O'Donnell, Edward T., Jr.\",\"candidate_first\":\"O'Donnell, Edward T., Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"O'Donnell, Edward T., Jr.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":222,\"general_pct\":0.3659803161938047,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20004396\",\"incumbent\":false,\"candidate_last\":\"Greene, Bob\",\"candidate_first\":\"Greene, Bob\",\"candidate_suffix\":null,\"candidate_name\":\"Greene, Bob\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":213,\"general_pct\":0.35114327634810993,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003349\",\"incumbent\":false,\"candidate_last\":\"Jordan, Robert B.\",\"candidate_first\":\"Jordan, Robert B.\",\"candidate_suffix\":null,\"candidate_name\":\"Jordan, Robert B.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":155,\"general_pct\":0.2555267973425213,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003539\",\"incumbent\":false,\"candidate_last\":\"Tyler, Aldous C.\",\"candidate_first\":\"Tyler, Aldous C.\",\"candidate_suffix\":null,\"candidate_name\":\"Tyler, Aldous C.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":106,\"general_pct\":0.17474735818262746,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":29,\"general_pct\":0.04780823950279431,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002564\",\"incumbent\":false,\"candidate_last\":\"Karger, Fred\",\"candidate_first\":\"Karger, Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Karger, Fred\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":26,\"general_pct\":0.04286255955422938,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":17,\"general_pct\":0.028025519708534598,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20004412\",\"incumbent\":false,\"candidate_last\":\"Greenleaf, Stewart J.\",\"candidate_first\":\"Greenleaf, Stewart J.\",\"candidate_suffix\":null,\"candidate_name\":\"Greenleaf, Stewart J.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":0.006594239931419905,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":0.006594239931419905,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Meehan, Michael J.\",\"candidate_first\":\"Meehan, Michael J.\",\"candidate_suffix\":null,\"candidate_name\":\"Meehan, Michael J.\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":0.006594239931419905,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2,\"general_pct\":0.0032971199657099524,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003608\",\"incumbent\":false,\"candidate_last\":\"Cain, Herman\",\"candidate_first\":\"Cain, Herman\",\"candidate_suffix\":null,\"candidate_name\":\"Cain, Herman\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1,\"general_pct\":0.0016485599828549762,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":97591,\"general_pct\":39.27598349934601,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":56872,\"general_pct\":22.888419358084313,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":41964,\"general_pct\":16.88862058557199,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23432,\"general_pct\":9.430324982392595,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23421,\"general_pct\":9.425897977663748,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1764,\"general_pct\":0.7099305765167522,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":950,\"general_pct\":0.3823322265821511,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":350,\"general_pct\":0.14085924137237146,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002564\",\"incumbent\":false,\"candidate_last\":\"Karger, Fred\",\"candidate_first\":\"Karger, Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Karger, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":345,\"general_pct\":0.1388469664956233,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":285,\"general_pct\":0.11469966797464533,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":260,\"general_pct\":0.10463829359090451,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Rubash, Kevin\",\"candidate_first\":\"Rubash, Kevin\",\"candidate_suffix\":null,\"candidate_name\":\"Rubash, Kevin\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":250,\"general_pct\":0.10061374383740819,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":181,\"general_pct\":0.07284435053828353,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003608\",\"incumbent\":false,\"candidate_last\":\"Cain, Herman\",\"candidate_first\":\"Cain, Herman\",\"candidate_suffix\":null,\"candidate_name\":\"Cain, Herman\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":161,\"general_pct\":0.06479525103129087,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003810\",\"incumbent\":false,\"candidate_last\":\"Lawman, Jeff\",\"candidate_first\":\"Lawman, Jeff\",\"candidate_suffix\":null,\"candidate_name\":\"Lawman, Jeff\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":119,\"general_pct\":0.0478921420666063,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002838\",\"incumbent\":false,\"candidate_last\":\"Hill, Christopher V.\",\"candidate_first\":\"Hill, Christopher V.\",\"candidate_suffix\":null,\"candidate_name\":\"Hill, Christopher V.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":108,\"general_pct\":0.04346513733776034,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Linn, Benjamin\",\"candidate_first\":\"Linn, Benjamin\",\"candidate_suffix\":null,\"candidate_name\":\"Linn, Benjamin\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":83,\"general_pct\":0.03340376295401952,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Meehan, Michael J.\",\"candidate_first\":\"Meehan, Michael J.\",\"candidate_suffix\":null,\"candidate_name\":\"Meehan, Michael J.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":54,\"general_pct\":0.02173256866888017,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003430\",\"incumbent\":false,\"candidate_last\":\"Drummond, Keith\",\"candidate_first\":\"Drummond, Keith\",\"candidate_suffix\":null,\"candidate_name\":\"Drummond, Keith\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":42,\"general_pct\":0.016903108964684575,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20003653\",\"incumbent\":false,\"candidate_last\":\"Story, Joe\",\"candidate_first\":\"Story, Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Story, Joe\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":42,\"general_pct\":0.016903108964684575,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Betzler, Bear\",\"candidate_first\":\"Betzler, Bear\",\"candidate_suffix\":null,\"candidate_name\":\"Betzler, Bear\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":29,\"general_pct\":0.01167119428513935,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Robinson, Joe\",\"candidate_first\":\"Robinson, Joe\",\"candidate_suffix\":null,\"candidate_name\":\"Robinson, Joe\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":25,\"general_pct\":0.01006137438374082,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20004412\",\"incumbent\":false,\"candidate_last\":\"Greenleaf, Stewart J.\",\"candidate_first\":\"Greenleaf, Stewart J.\",\"candidate_suffix\":null,\"candidate_name\":\"Greenleaf, Stewart J.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":24,\"general_pct\":0.009658919408391186,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002762\",\"incumbent\":false,\"candidate_last\":\"Callahan, Mark\",\"candidate_first\":\"Callahan, Mark\",\"candidate_suffix\":null,\"candidate_name\":\"Callahan, Mark\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":20,\"general_pct\":0.008049099506992655,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003731\",\"incumbent\":false,\"candidate_last\":\"Martin, Andy\",\"candidate_first\":\"Martin, Andy\",\"candidate_suffix\":null,\"candidate_name\":\"Martin, Andy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19,\"general_pct\":0.007646644531643022,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Swift, Linden\",\"candidate_first\":\"Swift, Linden\",\"candidate_suffix\":null,\"candidate_name\":\"Swift, Linden\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18,\"general_pct\":0.007244189556293389,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Brewer, Timothy\",\"candidate_first\":\"Brewer, Timothy\",\"candidate_suffix\":null,\"candidate_name\":\"Brewer, Timothy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15,\"general_pct\":0.006036824630244492,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003817\",\"incumbent\":false,\"candidate_last\":\"Wuensche, Vern\",\"candidate_first\":\"Wuensche, 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\":15,\"general_pct\":0.006036824630244492,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P20002325\",\"incumbent\":false,\"candidate_last\":\"Davis, L. John, Jr.\",\"candidate_first\":\"Davis, L. John, Jr.\",\"candidate_suffix\":\"Jr.\",\"candidate_name\":\"Davis, L. John, Jr.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14,\"general_pct\":0.005634369654894858,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P00003343\",\"incumbent\":false,\"candidate_last\":\"Crow, Randy\",\"candidate_first\":\"Crow, Randy\",\"candidate_suffix\":null,\"candidate_name\":\"Crow, Randy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":12,\"general_pct\":0.004829459704195593,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Supreme, Vermin\",\"candidate_first\":\"Supreme, Vermin\",\"candidate_suffix\":null,\"candidate_name\":\"Supreme, Vermin\",\"party\":\"W(R)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4,\"general_pct\":0.001609819901398531,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"P80003726\",\"incumbent\":false,\"candidate_last\":\"Cort, Hugh\",\"candidate_first\":\"Cort, 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\":3,\"general_pct\":0.0012073649260488982,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NH\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Vestermark, James A.\",\"candidate_first\":\"Vestermark, James A.\",\"candidate_suffix\":null,\"candidate_name\":\"Vestermark, James A.\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3,\"general_pct\":0.0012073649260488982,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":283673,\"general_pct\":100.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}",
305
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":188121,\"general_pct\":81.27405871298036,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":24017,\"general_pct\":10.376082777093728,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":12115,\"general_pct\":5.234052664549716,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NJ\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7212,\"general_pct\":3.1158058453761908,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NM\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":122958,\"general_pct\":100.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}",
310
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NM\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":65935,\"general_pct\":73.16924306148947,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NM\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":9517,\"general_pct\":10.561184290834841,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NM\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":9363,\"general_pct\":10.39028774982522,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NM\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5298,\"general_pct\":5.879284897850477,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":0,\"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}",
315
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":118912,\"general_pct\":62.71763036724878,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":27699,\"general_pct\":14.609254268218713,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":23990,\"general_pct\":12.653020321837142,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":18997,\"general_pct\":10.019567613753237,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NY\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":1,\"general_pct\":0.0005274289421357707,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":766077,\"general_pct\":79.23128555870541,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"No Preference\",\"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\":200810,\"general_pct\":20.768714441294588,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":638601,\"general_pct\":65.61827608954323,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":108217,\"general_pct\":11.119639624087808,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":101093,\"general_pct\":10.387626052449326,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":74367,\"general_pct\":7.641444873952688,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"NC\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"No Preference\",\"candidate_first\":\"No Preference\",\"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\":50928,\"general_pct\":5.233013359966955,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":542086,\"general_pct\":100.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}",
328
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":460831,\"general_pct\":37.96350377591177,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":448580,\"general_pct\":36.95425985621302,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":177183,\"general_pct\":14.596430121947904,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":113256,\"general_pct\":9.330089737115479,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7539,\"general_pct\":0.6210668443889382,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OH\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6490,\"general_pct\":0.5346496644228955,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":64389,\"general_pct\":57.097126034175446,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P20002424\",\"incumbent\":false,\"candidate_last\":\"Terry, Randall\",\"candidate_first\":\"Terry, Randall\",\"candidate_suffix\":null,\"candidate_name\":\"Terry, Randall\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":20312,\"general_pct\":18.011722872014968,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80005044\",\"incumbent\":false,\"candidate_last\":\"Rogers, Jim\",\"candidate_first\":\"Rogers, 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\":15546,\"general_pct\":13.78545902758688,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P20001376\",\"incumbent\":false,\"candidate_last\":\"Richardson, Darcy G.\",\"candidate_first\":\"Richardson, Darcy G.\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Darcy G.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7201,\"general_pct\":6.385506912238076,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P20004347\",\"incumbent\":false,\"candidate_last\":\"Ely, Bob\",\"candidate_first\":\"Ely, Bob\",\"candidate_suffix\":null,\"candidate_name\":\"Ely, Bob\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5323,\"general_pct\":4.720185153984624,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":96849,\"general_pct\":33.80147492522415,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":80356,\"general_pct\":28.0452180104215,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":78730,\"general_pct\":27.477724301364987,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":27596,\"general_pct\":9.63133849638598,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1291,\"general_pct\":0.4505746484575409,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":951,\"general_pct\":0.33191052725261144,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OK\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":750,\"general_pct\":0.2617590908932267,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":309358,\"general_pct\":94.79157729595902,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Miscellaneous\",\"candidate_first\":\"Miscellaneous\",\"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\":16998,\"general_pct\":5.208422704040986,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":204176,\"general_pct\":70.90552343248076,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":36810,\"general_pct\":12.7832473824035,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":27042,\"general_pct\":9.391050685002865,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":15451,\"general_pct\":5.36576895695508,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"OR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Miscellaneous\",\"candidate_first\":\"Miscellaneous\",\"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\":4476,\"general_pct\":1.5544095431577851,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":616102,\"general_pct\":96.99583112924759,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"candidate_suffix\":null,\"candidate_name\":\"Scattered\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":19082,\"general_pct\":3.004168870752412,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":468374,\"general_pct\":57.757351399743996,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":149056,\"general_pct\":18.380780680055345,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":106148,\"general_pct\":13.089597920422625,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":84537,\"general_pct\":10.424646148761799,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PA\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":2819,\"general_pct\":0.3476238510162356,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":106133,\"general_pct\":84.82835791072215,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":10455,\"general_pct\":8.35631219278264,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2528,\"general_pct\":2.0205411021859887,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2515,\"general_pct\":2.0101506613915197,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P20002564\",\"incumbent\":false,\"candidate_last\":\"Karger, Fred\",\"candidate_first\":\"Karger, Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Karger, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1825,\"general_pct\":1.4586580346081603,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":1568,\"general_pct\":1.2532470127482715,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"PR\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":91,\"general_pct\":0.07273308556128362,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":6759,\"general_pct\":83.38267949666913,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":1133,\"general_pct\":13.977300764865532,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":214,\"general_pct\":2.6400197384653343,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":9178,\"general_pct\":63.018401538039,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":3473,\"general_pct\":23.846470749794012,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":880,\"general_pct\":6.042296072507553,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":825,\"general_pct\":5.664652567975831,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":131,\"general_pct\":0.8994781653391926,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Buddy\",\"candidate_first\":\"Roemer, Buddy\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Buddy\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":40,\"general_pct\":0.274649821477616,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"RI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":37,\"general_pct\":0.25405108486679484,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":0,\"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}",
378
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":244065,\"general_pct\":40.42350563956473,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":168123,\"general_pct\":27.845537207877168,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":102475,\"general_pct\":16.97252264935323,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":78360,\"general_pct\":12.978452059559103,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P00003608\",\"incumbent\":false,\"candidate_last\":\"Cain, Herman\",\"candidate_first\":\"Cain, Herman\",\"candidate_suffix\":null,\"candidate_name\":\"Cain, Herman\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6338,\"general_pct\":1.0497374828163042,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2534,\"general_pct\":0.41969624194643657,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1173,\"general_pct\":0.19427927853321628,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":491,\"general_pct\":0.08132235785149974,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SC\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":211,\"general_pct\":0.034947082498302334,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":0,\"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}",
388
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":33872,\"general_pct\":66.22739270700949,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":6657,\"general_pct\":13.01593508651872,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5844,\"general_pct\":11.426336885326034,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"To Be Uncommitted\",\"candidate_first\":\"To Be Uncommitted\",\"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\":2771,\"general_pct\":5.417929416365236,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"SD\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":2001,\"general_pct\":3.912405904780526,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":80705,\"general_pct\":88.48359262792049,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":10497,\"general_pct\":11.508732690852877,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":false,\"candidate_last\":\"Wolfe, John\",\"candidate_first\":\"Wolfe, John\",\"candidate_suffix\":null,\"candidate_name\":\"Wolfe, John\",\"party\":\"W(D)\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7,\"general_pct\":0.007674681226633336,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":205809,\"general_pct\":37.11125496553204,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":155630,\"general_pct\":28.063032278888443,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":132889,\"general_pct\":23.96239990046396,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":50156,\"general_pct\":9.044075351666958,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":3536,\"general_pct\":0.6376076729303446,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1966,\"general_pct\":0.35450698104667916,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1895,\"general_pct\":0.34170433829270447,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1239,\"general_pct\":0.22341513200245955,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_first\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Charles \\\"Buddy\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":881,\"general_pct\":0.15886096149650272,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TN\",\"district\":null,\"fec_id\":\"P20002671\",\"incumbent\":false,\"candidate_last\":\"Johnson, Gary\",\"candidate_first\":\"Johnson, Gary\",\"candidate_suffix\":null,\"candidate_name\":\"Johnson, Gary\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":572,\"general_pct\":0.10314241767990869,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":520410,\"general_pct\":88.18057353549182,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20004875\",\"incumbent\":false,\"candidate_last\":\"Wolfe, John\",\"candidate_first\":\"Wolfe, John\",\"candidate_suffix\":null,\"candidate_name\":\"Wolfe, John\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":29879,\"general_pct\":5.06282999301889,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20001376\",\"incumbent\":false,\"candidate_last\":\"Richardson, Darcy G.\",\"candidate_first\":\"Richardson, Darcy G.\",\"candidate_suffix\":null,\"candidate_name\":\"Richardson, Darcy G.\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":25430,\"general_pct\":4.308971743447584,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20004347\",\"incumbent\":false,\"candidate_last\":\"Ely, Bob\",\"candidate_first\":\"Ely, Bob\",\"candidate_suffix\":null,\"candidate_name\":\"Ely, Bob\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14445,\"general_pct\":2.447624728041697,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":1001387,\"general_pct\":69.08609105215191,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":174207,\"general_pct\":12.018610850672346,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":115584,\"general_pct\":7.9741865514251,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":68247,\"general_pct\":4.708387921988414,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uncommitted\",\"candidate_first\":\"Uncommitted\",\"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\":60659,\"general_pct\":4.184888756427318,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":12097,\"general_pct\":0.8345768853179457,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":8695,\"general_pct\":0.5998715398726575,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_first\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Charles \\\"Buddy\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4714,\"general_pct\":0.32522075203676915,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"TX\",\"district\":null,\"fec_id\":\"P20002325\",\"incumbent\":false,\"candidate_last\":\"Davis, John\",\"candidate_first\":\"Davis, John\",\"candidate_suffix\":null,\"candidate_name\":\"Davis, John\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3887,\"general_pct\":0.2681656901075353,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":225428,\"general_pct\":93.04748381983886,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":11520,\"general_pct\":4.754986131290451,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":3594,\"general_pct\":1.4834566107515519,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1146,\"general_pct\":0.4730220578523313,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"UT\",\"district\":null,\"fec_id\":\"P20002564\",\"incumbent\":false,\"candidate_last\":\"Karger, Fred\",\"candidate_first\":\"Karger, Fred\",\"candidate_suffix\":null,\"candidate_name\":\"Karger, Fred\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":584,\"general_pct\":0.24105138026680756,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":40247,\"general_pct\":98.35052050241924,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":675,\"general_pct\":1.6494794975807632,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":24008,\"general_pct\":39.4543960558751,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":15391,\"general_pct\":25.293344289235826,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":14368,\"general_pct\":23.612161051766638,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":4949,\"general_pct\":8.133114215283484,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1198,\"general_pct\":1.9687756778964667,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"P20003281\",\"incumbent\":false,\"candidate_last\":\"Perry, Rick\",\"candidate_first\":\"Perry, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Perry, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":544,\"general_pct\":0.8940016433853738,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VT\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":392,\"general_pct\":0.6442070665571077,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":0,\"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}",
434
+ "{\"year\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":158119,\"general_pct\":59.539481116089924,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"VA\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":107451,\"general_pct\":40.460518883910076,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":106770,\"general_pct\":59.34699957756187,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P60003530\",\"incumbent\":false,\"candidate_last\":\"Judd, Keith\",\"candidate_first\":\"Judd, Keith\",\"candidate_suffix\":null,\"candidate_name\":\"Judd, Keith\",\"party\":\"D\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":73138,\"general_pct\":40.65300042243813,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":78197,\"general_pct\":69.56038286364931,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":13590,\"general_pct\":12.089026473099915,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":12412,\"general_pct\":11.04113293481355,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":7076,\"general_pct\":6.294477654426416,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WV\",\"district\":null,\"fec_id\":\"P20002523\",\"incumbent\":false,\"candidate_last\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_first\":\"Roemer, Charles \\\"Buddy\\\"\",\"candidate_suffix\":null,\"candidate_name\":\"Roemer, Charles \\\"Buddy\\\"\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":1141,\"general_pct\":1.014980074010817,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003338\",\"incumbent\":true,\"candidate_last\":\"Obama, Barack\",\"candidate_first\":\"Obama, 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\":293914,\"general_pct\":97.88812842417278,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uninstructed Delegation\",\"candidate_first\":\"Uninstructed Delegation\",\"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\":5492,\"general_pct\":1.8291119215333635,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":849,\"general_pct\":0.28275965429385025,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80003353\",\"incumbent\":false,\"candidate_last\":\"Romney, Mitt\",\"candidate_first\":\"Romney, 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\":346876,\"general_pct\":44.02834560517461,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P20002721\",\"incumbent\":false,\"candidate_last\":\"Santorum, Rick\",\"candidate_first\":\"Santorum, Rick\",\"candidate_suffix\":null,\"candidate_name\":\"Santorum, Rick\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":290139,\"general_pct\":36.82682043594759,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P80000748\",\"incumbent\":false,\"candidate_last\":\"Paul, Ron\",\"candidate_first\":\"Paul, 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\":87858,\"general_pct\":11.15165761880162,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P60003654\",\"incumbent\":false,\"candidate_last\":\"Gingrich, Newt\",\"candidate_first\":\"Gingrich, Newt\",\"candidate_suffix\":null,\"candidate_name\":\"Gingrich, Newt\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":45978,\"general_pct\":5.8359046870775675,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P20002978\",\"incumbent\":false,\"candidate_last\":\"Bachmann, Michele\",\"candidate_first\":\"Bachmann, Michele\",\"candidate_suffix\":null,\"candidate_name\":\"Bachmann, Michele\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":6045,\"general_pct\":0.7672809568355277,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"P20003067\",\"incumbent\":false,\"candidate_last\":\"Huntsman, Jon\",\"candidate_first\":\"Huntsman, Jon\",\"candidate_suffix\":null,\"candidate_name\":\"Huntsman, Jon\",\"party\":\"R\",\"primary_votes\":null,\"primary_pct\":null,\"primary_unopposed\":null,\"runoff_votes\":null,\"runoff_pct\":null,\"general_votes\":5083,\"general_pct\":0.6451760303713792,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Uninstructed Delegation\",\"candidate_first\":\"Uninstructed Delegation\",\"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\":4200,\"general_pct\":0.5330984315482574,\"general_unopposed\":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\":2012,\"date\":null,\"chamber\":\"P\",\"state\":\"WI\",\"district\":null,\"fec_id\":\"n/a\",\"incumbent\":false,\"candidate_last\":\"Scattered\",\"candidate_first\":\"Scattered\",\"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\":1668,\"general_pct\":0.21171623424345085,\"general_unopposed\":null,\"general_runoff_votes\":null,\"general_runoff_pct\":null,\"general_combined_party_votes\":null,\"general_combined_party_pct\":null,\"general_winner\":null,\"notes\":null}"]