Guest User

Untitled

a guest
Nov 25th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. {
  2. "studentsinfo": [
  3. {
  4. "id": "100",
  5. "name": "Adam",
  6. "email": "adam@example.com",
  7. "address": "House #33, ABC Lane, ABC CITY 06987",
  8. "gender" : "male",
  9. "phone": {
  10. "mobile": "+1 1234567890",
  11. "home": "00 123456",
  12. "office": "00 321654"
  13. }
  14. },
  15. {
  16. "id": "101",
  17. "name": "Archbould",
  18. "email": "archbould@example.com",
  19. "address": "House #33, ABC Lane, ABC CITY 06987",
  20. "gender" : "male",
  21. "phone": {
  22. "mobile": "+1 1234567890",
  23. "home": "00 123456",
  24. "office": "00 321654"
  25. }
  26. },
  27. {
  28. "id": "103",
  29. "name": "Barthe",
  30. "email": "barthe@example.com",
  31. "address": "House #33, ABC Lane, ABC CITY 06987",
  32. "gender" : "male",
  33. "phone": {
  34. "mobile": "+1 1234567890",
  35. "home": "00 123456",
  36. "office": "00 321654"
  37. }
  38. },
  39. {
  40. "id": "104",
  41. "name": "Deane",
  42. "email": "deane@example.com",
  43. "address": "House #33, ABC Lane, ABC CITY 06987",
  44. "gender" : "male",
  45. "phone": {
  46. "mobile": "+1 1234567890",
  47. "home": "00 123456",
  48. "office": "00 123456"
  49. }
  50. },
  51. {
  52. "id": "105",
  53. "name": "Gerard",
  54. "email": "gerard@example.com",
  55. "address": "House #33, ABC Lane, ABC CITY 06987",
  56. "gender" : "female",
  57. "phone": {
  58. "mobile": "+1 1234567890",
  59. "home": "00 123456",
  60. "office": "00 123456"
  61. }
  62. },
  63. {
  64. "id": "106",
  65. "name": "Janet",
  66. "email": "janet@example.com",
  67. "address": "House #33, ABC Lane, ABC CITY 06987",
  68. "gender" : "female",
  69. "phone": {
  70. "mobile": "+1 1234567890",
  71. "home": "00 123456",
  72. "office": "00 123456"
  73. }
  74. },
  75. {
  76. "id": "107",
  77. "name": "Jasper",
  78. "email": "jasper@example.com",
  79. "address": "House #33, ABC Lane, ABC CITY 06987",
  80. "gender" : "male",
  81. "phone": {
  82. "mobile": "+1 1234567890",
  83. "home": "00 123456",
  84. "office": "00 123456"
  85. }
  86. },
  87. {
  88. "id": "108",
  89. "name": "Juliane",
  90. "email": "juliane@example.com",
  91. "address": "House #33, ABC Lane, ABC CITY 06987",
  92. "gender" : "female",
  93. "phone": {
  94. "mobile": "+1 1234567890",
  95. "home": "00 123456",
  96. "office": "00 123456"
  97. }
  98. },
  99. {
  100. "id": "109",
  101. "name": "Sampson",
  102. "email": "sampson@example.com",
  103. "address": "House #33, ABC Lane, ABC CITY 06987",
  104. "gender" : "male",
  105. "phone": {
  106. "mobile": "+1 1234567890",
  107. "home": "00 123456",
  108. "office": "00 123456"
  109. }
  110. },
  111. {
  112. "id": "110",
  113. "name": "Oswyne",
  114. "email": "oswyne@hotmail.com",
  115. "address": "House #33, ABC Lane, ABC CITY 06987",
  116. "gender" : "male",
  117. "phone": {
  118. "mobile": "+1 1234567890",
  119. "home": "00 123456",
  120. "office": "00 123456"
  121. }
  122. },
  123. {
  124. "id": "111",
  125. "name": "Walter",
  126. "email": "walter@live.com",
  127. "address": "House #33, ABC Lane, ABC CITY 06987",
  128. "gender" : "male",
  129. "phone": {
  130. "mobile": "+1 1234567890",
  131. "home": "00 123456",
  132. "office": "00 123456"
  133. }
  134. },
  135. {
  136. "id": "112",
  137. "name": "Peires",
  138. "email": "peires@outlook.com",
  139. "address": "House #33, ABC Lane, ABC CITY 06987",
  140. "gender" : "male",
  141. "phone": {
  142. "mobile": "+1 1234567890",
  143. "home": "00 123456",
  144. "office": "00 123456"
  145. }
  146. },
  147. {
  148. "id": "113",
  149. "name": "Mabell",
  150. "email": "mabell@example.com",
  151. "address": "House #33, ABC Lane, ABC CITY 06987",
  152. "gender" : "female",
  153. "phone": {
  154. "mobile": "+1 1234567890",
  155. "home": "00 123456",
  156. "office": "00 123456"
  157. }
  158. }
  159. ]
  160.  
  161. }
Add Comment
Please, Sign In to add comment