Advertisement
Guest User

dbjson

a guest
Jan 17th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. {
  2. "users": [
  3. {
  4. "id": "3",
  5. "picture": "http://lorempixel.com/400/200/people/3/",
  6. "name": "Clementine Bauch",
  7. "birthday": "1988-10-17",
  8. "email": "Nathan@yesenia.net",
  9. "address": {
  10. "street": "Douglas Extension",
  11. "suite": "Suite 847",
  12. "city": "McKenziehaven",
  13. "zipcode": "59590-4157",
  14. "geo": {
  15. "lat": "-68.6102",
  16. "lng": "-47.0653"
  17. }
  18. },
  19. "phone": "1-463-123-4447",
  20. "website": "ramiro.info",
  21. "isFavorited": true
  22. },
  23. {
  24. "id": "4",
  25. "name": "Patricia Lebsack",
  26. "picture": "http://lorempixel.com/400/200/people/4/",
  27. "birthday": "1988-11-4",
  28. "email": "Julianne.OConner@kory.org",
  29. "address": {
  30. "street": "Hoeger Mall",
  31. "suite": "Apt. 692",
  32. "city": "South Elvis",
  33. "zipcode": "53919-4257",
  34. "geo": {
  35. "lat": "29.4572",
  36. "lng": "-164.2990"
  37. }
  38. },
  39. "phone": "493-170-9623 x156",
  40. "website": "kale.biz",
  41. "isFavorited": false
  42. },
  43. {
  44. "id": "5",
  45. "name": "Chelsey Dietrich",
  46. "picture": "http://lorempixel.com/400/200/people/5/",
  47. "birthday": "1959-7-4",
  48. "email": "Lucio_Hettinger@annie.ca",
  49. "address": {
  50. "street": "Skiles Walks",
  51. "suite": "Suite 351",
  52. "city": "Roscoeview",
  53. "zipcode": "33263",
  54. "geo": {
  55. "lat": "-31.8129",
  56. "lng": "62.5342"
  57. }
  58. },
  59. "phone": "(254)954-1289",
  60. "website": "demarco.info",
  61. "isFavorited": true
  62. },
  63. {
  64. "id": "6",
  65. "name": "Mrs. Dennis Schulist",
  66. "picture": "http://lorempixel.com/400/200/people/6/",
  67. "birthday": "1962-0-18",
  68. "email": "Karley_Dach@jasper.info",
  69. "address": {
  70. "street": "Norberto Crossing",
  71. "suite": "Apt. 950",
  72. "city": "South Christy",
  73. "zipcode": "23505-1337",
  74. "geo": {
  75. "lat": "-71.4197",
  76. "lng": "71.7478"
  77. }
  78. },
  79. "phone": "1-477-935-8478 x6430",
  80. "website": "ola.org",
  81. "isFavorited": false
  82. },
  83. {
  84. "id": "7",
  85. "name": "Kurtis Weissnat",
  86. "picture": "http://lorempixel.com/400/200/people/7/",
  87. "birthday": "1988-0-18",
  88. "email": "Telly.Hoeger@billy.biz",
  89. "address": {
  90. "street": "Rex Trail",
  91. "suite": "Suite 280",
  92. "city": "Howemouth",
  93. "zipcode": "58804-1099",
  94. "geo": {
  95. "lat": "24.8918",
  96. "lng": "21.8984"
  97. }
  98. },
  99. "phone": "210.067.6132",
  100. "website": "elvis.io",
  101. "isFavorited": true
  102. },
  103. {
  104. "id": "8",
  105. "name": "Nicholas Runolfsdottir V",
  106. "picture": "http://lorempixel.com/400/200/people/8/",
  107. "birthday": "1988-9-14",
  108. "email": "Sherwood@rosamond.me",
  109. "address": {
  110. "street": "Ellsworth Summit",
  111. "suite": "Suite 729",
  112. "city": "Aliyaview",
  113. "zipcode": "45169",
  114. "geo": {
  115. "lat": "-14.3990",
  116. "lng": "-120.7677"
  117. }
  118. },
  119. "phone": "586.493.6943 x140",
  120. "website": "jacynthe.com",
  121. "isFavorited": false
  122. },
  123. {
  124. "id": "9",
  125. "name": "Glenna Reichert",
  126. "picture": "http://lorempixel.com/400/200/people/9/",
  127. "birthday": "1986-11-22",
  128. "email": "Chaim_McDermott@dana.io",
  129. "address": {
  130. "street": "Dayna Park",
  131. "suite": "Suite 449",
  132. "city": "Bartholomebury",
  133. "zipcode": "76495-3109",
  134. "geo": {
  135. "lat": "24.6463",
  136. "lng": "-168.8889"
  137. }
  138. },
  139. "phone": "(775)976-6794 x41206",
  140. "website": "conrad.com",
  141. "isFavorited": true
  142. },
  143. {
  144. "id": "10",
  145. "name": "Clementina DuBuque",
  146. "picture": "http://lorempixel.com/400/200/people/10/",
  147. "birthday": "1988-8-17",
  148. "email": "Rey.Padberg@karina.biz",
  149. "address": {
  150. "street": "Kattie Turnpike",
  151. "suite": "Suite 198",
  152. "city": "Lebsackbury",
  153. "zipcode": "31428-2261",
  154. "geo": {
  155. "lat": "-38.2386",
  156. "lng": "57.2232"
  157. }
  158. },
  159. "phone": "024-648-3804",
  160. "website": "ambrose.net",
  161. "isFavorited": false
  162. }
  163. ]
  164. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement