Advertisement
Guest User

Untitled

a guest
Nov 9th, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. {"people":
  2. [{
  3. "_id": "563a375c5cdb5c68cba4d33f",
  4. "isActive": true,
  5. "age": 35,
  6. "eyeColor": "brown",
  7. "name": "Alisha Cook",
  8. "company": "SPLINX",
  9. "email": "alishacook@splinx.com",
  10. "address": "993 Roder Avenue, Knowlton, Connecticut, 2910",
  11. "registered": "2015-04-20T05:47:35 +04:00",
  12. "greeting": "Hello, Alisha Cook! You have 5 unread messages.",
  13. "favoriteFruit": "banana",
  14. "friends": [
  15. {
  16. "id": 0,
  17. "name": "Nichole Klein"
  18. },
  19. {
  20. "id": 1,
  21. "name": "Frost Carr"
  22. },
  23. {
  24. "id": 2,
  25. "name": "Deirdre Cervantes"
  26. }
  27. ]
  28. },
  29. {
  30. "_id": "563a375c82217a2b0d5264ca",
  31. "isActive": false,
  32. "age": 50,
  33. "eyeColor": "brown",
  34. "name": "Black Mcleod",
  35. "company": "KEGULAR",
  36. "email": "blackmcleod@kegular.com",
  37. "address": "464 Wilson Street, Deseret, Maryland, 6741",
  38. "registered": "2014-09-16T05:03:46 +04:00",
  39. "greeting": "Hello, Black Mcleod! You have 9 unread messages.",
  40. "favoriteFruit": "apple",
  41. "friends": [
  42. {
  43. "id": 0,
  44. "name": "Morgan Kramer"
  45. },
  46. {
  47. "id": 1,
  48. "name": "Whitaker Howard"
  49. },
  50. {
  51. "id": 2,
  52. "name": "Tameka Watson"
  53. }
  54. ]
  55. },
  56. {
  57. "_id": "563a375c3da995dcea49ce9f",
  58. "isActive": true,
  59. "age": 50,
  60. "eyeColor": "brown",
  61. "name": "Cervantes Copeland",
  62. "company": "VENDBLEND",
  63. "email": "cervantescopeland@vendblend.com",
  64. "address": "265 Village Court, Whitehaven, Wyoming, 2488",
  65. "registered": "2014-05-04T09:31:26 +04:00",
  66. "greeting": "Hello, Cervantes Copeland! You have 5 unread messages.",
  67. "favoriteFruit": "strawberry",
  68. "friends": [
  69. {
  70. "id": 0,
  71. "name": "Waters Bird"
  72. },
  73. {
  74. "id": 1,
  75. "name": "Lacy Knowles"
  76. },
  77. {
  78. "id": 2,
  79. "name": "Haynes Mason"
  80. }
  81. ]
  82. },
  83. {
  84. "_id": "563a375c973d2db772eff46e",
  85. "isActive": true,
  86. "age": 57,
  87. "eyeColor": "blue",
  88. "name": "Jordan Daniel",
  89. "company": "NIKUDA",
  90. "email": "jordandaniel@nikuda.com",
  91. "address": "982 Schermerhorn Street, Rutherford, Mississippi, 7464",
  92. "registered": "2015-08-28T12:22:39 +04:00",
  93. "greeting": "Hello, Jordan Daniel! You have 10 unread messages.",
  94. "favoriteFruit": "banana",
  95. "friends": [
  96. {
  97. "id": 0,
  98. "name": "Mccall Mercer"
  99. },
  100. {
  101. "id": 1,
  102. "name": "Colette Smith"
  103. },
  104. {
  105. "id": 2,
  106. "name": "Christie Kidd"
  107. }
  108. ]
  109. },
  110. {
  111. "_id": "563a375cc65025fec5b335d8",
  112. "isActive": false,
  113. "age": 33,
  114. "eyeColor": "blue",
  115. "name": "Hamilton Sears",
  116. "company": "DIGITALUS",
  117. "email": "hamiltonsears@digitalus.com",
  118. "address": "271 Grant Avenue, Elwood, Michigan, 454",
  119. "registered": "2014-01-17T04:15:40 +05:00",
  120. "greeting": "Hello, Hamilton Sears! You have 1 unread messages.",
  121. "favoriteFruit": "banana",
  122. "friends": [
  123. {
  124. "id": 0,
  125. "name": "Osborn Roy"
  126. },
  127. {
  128. "id": 1,
  129. "name": "Burns Lowery"
  130. },
  131. {
  132. "id": 2,
  133. "name": "Foley Petersen"
  134. }
  135. ]
  136. }]
  137.  
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement