Guest User

Untitled

a guest
Apr 4th, 2018
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. [
  2. {
  3. "id": 0,
  4. "firstName": "Suzy",
  5. "lastName": "Hollifield",
  6. "email": "suzy.hollifield@chubb.com",
  7. "phoneNumber": "",
  8. "states": ["AL", "GA", "LA"]
  9. },
  10. {
  11. "id": 1,
  12. "firstName": "Matt",
  13. "lastName": "Brodsky",
  14. "email": "matthew.brodsky@chubb.com",
  15. "phoneNumber": "",
  16. "states": ["AL", "CO", "HI", "OK", "UT", "WY"]
  17. },
  18. {
  19. "id": 2,
  20. "firstName": "Connie",
  21. "lastName": "Taylor",
  22. "email": "connie.taylor@chubb.com",
  23. "phoneNumber": "",
  24. "states": ["AZ", "CA", "NM", "NV"]
  25. },
  26. {
  27. "id": 3,
  28. "firstName": "Jim",
  29. "lastName": "Hennessy",
  30. "email": "james.hennessy@chubb.com",
  31. "phoneNumber": "",
  32. "states": ["AR", "IL", "KS", "MI", "MS", "MO", "WI"]
  33. },
  34. {
  35. "id": 4,
  36. "firstName": "Josh",
  37. "lastName": "Gibbons",
  38. "email": "joshua.gibbons@chubb.com",
  39. "phoneNumber": "",
  40. "states": ["CT", "MA", "NH", "RI", "VT"]
  41. },
  42. {
  43. "id": 5,
  44. "firstName": "Jeffrey",
  45. "lastName": "Dietrich",
  46. "email": "jdietrich@chubb.com",
  47. "phoneNumber": "",
  48. "states": ["DE", "MD", "DC"]
  49. },
  50. {
  51. "id": 6,
  52. "firstName": "Nicole",
  53. "lastName": "Troxell",
  54. "email": "ytroxell@chubb.com",
  55. "phoneNumber": "",
  56. "states": ["Florida"]
  57. },
  58. {
  59. "id": 7,
  60. "firstName": "Ryan",
  61. "lastName": "Vette",
  62. "email": "ryan.vette@chubb.com",
  63. "phoneNumber": "",
  64. "states": ["GA", "NC", "TN"]
  65. },
  66. {
  67. "id": 8,
  68. "firstName": "Mia",
  69. "lastName": "Iverson",
  70. "email": "mia.iverson@chubb.com",
  71. "phoneNumber": "",
  72. "states": ["CA", "ID", "OR", "WA"]
  73. },
  74. {
  75. "id": 9,
  76. "firstName": "Pat",
  77. "lastName": "Rindels",
  78. "email": "patricia.rindels@chubb.com",
  79. "phoneNumber": "",
  80. "states": ["KY", "OH"]
  81. },
  82. {
  83. "id": 10,
  84. "firstName": "Faye",
  85. "lastName": "Callahan",
  86. "email": "fcallahan@chubb.com",
  87. "phoneNumber": "",
  88. "states": ["IL", "MN"]
  89. },
  90. {
  91. "id": 11,
  92. "firstName": "Brad",
  93. "lastName": "Smith",
  94. "email": "bjsmith@chubb.com",
  95. "phoneNumber": "",
  96. "states": ["IA", "IN", "MO", "MN", "NE", "ND", "SD"]
  97. },
  98. {
  99. "id": 12,
  100. "firstName": "Queenie B",
  101. "lastName": "Gandy",
  102. "email": "qgandy@chubb.com",
  103. "phoneNumber": "",
  104. "states": ["NJ", "NY"]
  105. },
  106. {
  107. "id": 13,
  108. "firstName": "Benjamin D",
  109. "lastName": "Dowd",
  110. "email": "bdowd@chubb.com",
  111. "phoneNumber": "",
  112. "states": ["TX"]
  113. },
  114. {
  115. "id": 14,
  116. "firstName": "Jessica",
  117. "lastName": "Yuspeh",
  118. "email": "jessica.yuspeh@chubb.com",
  119. "phoneNumber": "",
  120. "states": ["DC", "VA"]
  121. },
  122. {
  123. "id": 15,
  124. "firstName": "Dave",
  125. "lastName": "Yeatman",
  126. "email": "",
  127. "phoneNumber": "",
  128. "states": "CAN"
  129. },
  130. {
  131. "id": 16,
  132. "firstName": "Irene T",
  133. "lastName": "Gaughan",
  134. "email": "igaughan@chubb.com",
  135. "phoneNumber": "",
  136. "states": ["NY"]
  137. },
  138. {
  139. "id": 17,
  140. "firstName": "Evelyn",
  141. "lastName": "Rawls",
  142. "email": "evelyn.rawls@chubb.com",
  143. "phoneNumber": "",
  144. "states": ["TX"]
  145. },
  146. ]
Add Comment
Please, Sign In to add comment