Advertisement
Guest User

mock2.json

a guest
Jul 7th, 2013
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. {
  2. "info": {
  3. "name": "Immigration Reform Act"
  4. },
  5. "politicians": [
  6. {
  7. "name": "Ron Paul",
  8. "vote": "nae",
  9. "party": "R",
  10. "industries": [
  11. {
  12. "name": "Agribusiness",
  13. "contribution": 20000
  14. },
  15. {
  16. "name": "Steel",
  17. "contribution": 45000
  18. }
  19. ]
  20. },
  21. {
  22. "name": "Al Gore",
  23. "vote": "yea",
  24. "party": "D",
  25. "industries": [
  26. {
  27. "name": "Computer Software",
  28. "contribution": 30000
  29. }
  30. ]
  31. }
  32. ],
  33. "industries":
  34. [
  35. {
  36. "name": "Agribusiness",
  37.  
  38. "yea_contribution": {
  39. "total": 10000,
  40. "d_influence": 4000,
  41. "r_influence": 5000,
  42. "i_influence": 0
  43. },
  44. "nay_contribution": {
  45. "total": 20000,
  46. "d_influence": 5000,
  47. "r_influence": 15000,
  48. "i_influence": 0
  49. }
  50. },
  51.  
  52. {
  53. "name": "Steel",
  54.  
  55. "yea_contribution": {
  56. "total": 1000,
  57. "d_influence": 500,
  58. "r_influence": 500,
  59. "i_influence": 0
  60. },
  61. "nay_contribution": {
  62. "total": 15000,
  63. "d_influence": 500,
  64. "r_influence": 14500,
  65. "i_influence": 0
  66. }
  67. },
  68.  
  69. {
  70. "name": "Computer Software",
  71.  
  72. "yea_contribution": {
  73. "total": 200000,
  74. "d_influence": 145000,
  75. "r_influence": 50000,
  76. "i_influence": 5000
  77. },
  78. "nay_contribution": {
  79. "total": 0,
  80. "d_influence": 0,
  81. "r_influence": 0,
  82. "i_influence": 0
  83. }
  84. }
  85. ]
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement