Guest User

Untitled

a guest
Feb 13th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. {
  2. "contacts": [
  3. {
  4. "id": "c200",
  5. "name": "Ravi Tamada",
  6. "email": "ravi@gmail.com",
  7. "address": "xx-xx-xxxx,x - street, x - country",
  8. "gender" : "male",
  9. "phone": {
  10. "mobile": "+91 0000000000",
  11. "home": "00 000000",
  12. "office": "00 000000"
  13. }
  14. },
  15. {
  16. "id": "c201",
  17. "name": "Johnny Depp",
  18. "email": "johnny_depp@gmail.com",
  19. "address": "xx-xx-xxxx,x - street, x - country",
  20. "gender" : "male",
  21. "phone": {
  22. "mobile": "+91 0000000000",
  23. "home": "00 000000",
  24. "office": "00 000000"
  25. }
  26. },
  27. {
  28. "id": "c202",
  29. "name": "Leonardo Dicaprio",
  30. "email": "leonardo_dicaprio@gmail.com",
  31. "address": "xx-xx-xxxx,x - street, x - country",
  32. "gender" : "male",
  33. "phone": {
  34. "mobile": "+91 0000000000",
  35. "home": "00 000000",
  36. "office": "00 000000"
  37. }
  38. },
  39. {
  40. "id": "c203",
  41. "name": "John Wayne",
  42. "email": "john_wayne@gmail.com",
  43. "address": "xx-xx-xxxx,x - street, x - country",
  44. "gender" : "male",
  45. "phone": {
  46. "mobile": "+91 0000000000",
  47. "home": "00 000000",
  48. "office": "00 000000"
  49. }
  50. },
  51. {
  52. "id": "c204",
  53. "name": "Angelina Jolie",
  54. "email": "angelina_jolie@gmail.com",
  55. "address": "xx-xx-xxxx,x - street, x - country",
  56. "gender" : "female",
  57. "phone": {
  58. "mobile": "+91 0000000000",
  59. "home": "00 000000",
  60. "office": "00 000000"
  61. }
  62. },
  63. {
  64. "id": "c205",
  65. "name": "Dido",
  66. "email": "dido@gmail.com",
  67. "address": "xx-xx-xxxx,x - street, x - country",
  68. "gender" : "female",
  69. "phone": {
  70. "mobile": "+91 0000000000",
  71. "home": "00 000000",
  72. "office": "00 000000"
  73. }
  74. },
  75. {
  76. "id": "c206",
  77. "name": "Adele",
  78. "email": "adele@gmail.com",
  79. "address": "xx-xx-xxxx,x - street, x - country",
  80. "gender" : "female",
  81. "phone": {
  82. "mobile": "+91 0000000000",
  83. "home": "00 000000",
  84. "office": "00 000000"
  85. }
  86. },
  87. {
  88. "id": "c207",
  89. "name": "Hugh Jackman",
  90. "email": "hugh_jackman@gmail.com",
  91. "address": "xx-xx-xxxx,x - street, x - country",
  92. "gender" : "male",
  93. "phone": {
  94. "mobile": "+91 0000000000",
  95. "home": "00 000000",
  96. "office": "00 000000"
  97. }
  98. },
  99. {
  100. "id": "c208",
  101. "name": "Will Smith",
  102. "email": "will_smith@gmail.com",
  103. "address": "xx-xx-xxxx,x - street, x - country",
  104. "gender" : "male",
  105. "phone": {
  106. "mobile": "+91 0000000000",
  107. "home": "00 000000",
  108. "office": "00 000000"
  109. }
  110. },
  111. {
  112. "id": "c209",
  113. "name": "Clint Eastwood",
  114. "email": "clint_eastwood@gmail.com",
  115. "address": "xx-xx-xxxx,x - street, x - country",
  116. "gender" : "male",
  117. "phone": {
  118. "mobile": "+91 0000000000",
  119. "home": "00 000000",
  120. "office": "00 000000"
  121. }
  122. },
  123. {
  124. "id": "c2010",
  125. "name": "Barack Obama",
  126. "email": "barack_obama@gmail.com",
  127. "address": "xx-xx-xxxx,x - street, x - country",
  128. "gender" : "male",
  129. "phone": {
  130. "mobile": "+91 0000000000",
  131. "home": "00 000000",
  132. "office": "00 000000"
  133. }
  134. },
  135. {
  136. "id": "c2011",
  137. "name": "Kate Winslet",
  138. "email": "kate_winslet@gmail.com",
  139. "address": "xx-xx-xxxx,x - street, x - country",
  140. "gender" : "female",
  141. "phone": {
  142. "mobile": "+91 0000000000",
  143. "home": "00 000000",
  144. "office": "00 000000"
  145. }
  146. },
  147. {
  148. "id": "c2012",
  149. "name": "Eminem",
  150. "email": "eminem@gmail.com",
  151. "address": "xx-xx-xxxx,x - street, x - country",
  152. "gender" : "male",
  153. "phone": {
  154. "mobile": "+91 0000000000",
  155. "home": "00 000000",
  156. "office": "00 000000"
  157. }
  158. }
  159. ]
  160. }
Add Comment
Please, Sign In to add comment