Advertisement
Guest User

Untitled

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