Guest User

Untitled

a guest
Mar 1st, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. {
  2. "user_detail": [
  3. {
  4. "id": 1,
  5. "name": "Akash",
  6. "mobile": "9999999999",
  7. "email": "email@example.com",
  8. "address": "New Delhi, India"
  9. },
  10. {
  11. "id": 2,
  12. "name": "sarvesh",
  13. "mobile": "2333377777",
  14. "email": "email@sarvu.com",
  15. "address": "Kolkata, India"
  16. },
  17. {
  18. "id": 3,
  19. "name": "Chandan",
  20. "mobile": "5555555555",
  21. "email": "email@chandan.com",
  22. "address": "Beijing, Chin"
  23. },
  24. {
  25. "id": 4,
  26. "name": "Harry",
  27. "mobile": "3333333333",
  28. "email": "nepali@example.com",
  29. "address": "Kathmandoo, Nepal"
  30. },
  31. {
  32. "id": 5,
  33. "name": "Nishant",
  34. "mobile": "3333333333",
  35. "email": "nishant@bhushan.com",
  36. "address": "Greater Noida, India"
  37. },
  38. {
  39. "id": 6,
  40. "name": "Indar",
  41. "mobile": "2222222222",
  42. "email": "indarjeet2017@gmail.com",
  43. "address": "Karol Bagh, Delhi, India"
  44. },
  45. {
  46. "id": 7,
  47. "name": "Aisha",
  48. "mobile": "77777777",
  49. "email": "aisha@example.com",
  50. "address": "Canbera, Australia"
  51. },
  52. {
  53. "id": 8,
  54. "name": "Drona",
  55. "mobile": "666999999",
  56. "email": "drona@example.com",
  57. "address": "Bihar, India"
  58. },
  59. {
  60. "id": 9,
  61. "name": "David",
  62. "mobile": "779999999",
  63. "email": "david@example.com",
  64. "address": "Washington, USA"
  65. },
  66. {
  67. "id": 10,
  68. "name": "Jack",
  69. "mobile": "8899999999",
  70. "email": "jack@example.com",
  71. "address": "New York, USA"
  72. }
  73. ]
  74. }
Add Comment
Please, Sign In to add comment