Advertisement
Guest User

Untitled

a guest
May 30th, 2017
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. {
  2. "contacts": [
  3. {
  4. "id": "c200",
  5. "name": "Ravi Tamada",
  6. "email": "ravi@gmail.com",
  7. "address": "C/ Lora 5- Sevilla",
  8. "gender" : "male",
  9. "phone": {
  10. "mobile": "617585857",
  11. "home": "95478585857",
  12. "office": "617585857"
  13. }
  14. },
  15. {
  16. "id": "c201",
  17. "name": "Maria Belmonte",
  18. "email": "maria@gmail.com",
  19. "address": "C/ Cueva de la Mora 7 - Sevilla",
  20. "gender" : "female",
  21. "phone": {
  22. "mobile": "658575758",
  23. "home": "658575758",
  24. "office": "658575758"
  25. }
  26. },
  27. {
  28. "id": "c201",
  29. "name": "Juan Gallo",
  30. "email": "juangallo@gmail.com",
  31. "address": "C/ Rols 7 - Sevilla",
  32. "gender" : "female",
  33. "phone": {
  34. "mobile": "657414141",
  35. "home": "657414141",
  36. "office": "657414141"
  37. }
  38. },
  39. {
  40. "id": "c201",
  41. "name": "Pepe Dominguez",
  42. "email": "pepe@gmail.com",
  43. "address": "C/ Gitano Bloque A - Sevilla",
  44. "gender" : "female",
  45. "phone": {
  46. "mobile": "617587412",
  47. "home": "617587412",
  48. "office": "617587412"
  49. }
  50. }
  51. ]
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement