Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "users": [
  3. {
  4. "id": "1087",
  5. "name": "Abhishek Saini",
  6. "email": "saini.abhishek@gmail.com",
  7. "gender": "male",
  8. "contact": {
  9. "mobile": "+91 0000000000",
  10. "home": "00 000000",
  11. "office": "00 000000"
  12. }
  13. },
  14. {
  15. "id": "1088",
  16. "name": "Gourav",
  17. "email": "gourav9188@gmail.com",
  18. "gender": "male",
  19. "contact": {
  20. "mobile": "+91 0000000000",
  21. "home": "00 000000",
  22. "office": "00 000000"
  23. }
  24. },
  25. {
  26. "id": "1089",
  27. "name": "Akshay",
  28. "email": "akshay@gmail.com",
  29. "gender": "male",
  30. "contact": {
  31. "mobile": "+91 0000000000",
  32. "home": "00 000000",
  33. "office": "00 000000"
  34. }
  35. }
  36. ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement