Advertisement
Guest User

Untitled

a guest
Mar 18th, 2017
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "name": "Ricardo Ortega",
  5. "hobby": "Playing videogames",
  6. "email": "richie89@gmail.com",
  7. "phone": "333-999-888-77",
  8. "address": "Avenida de las Sequoyas #139"
  9. },
  10. {
  11. "name": "David Rodríguez Torres",
  12. "hobby": "Surfing",
  13. "email": "davidrod@gmail.com",
  14. "phone": "333-172-35-35",
  15. "address": "Pablo Neruda #2827"
  16. },
  17. {
  18. "name": "Edgardo Gutiérrez",
  19. "hobby": "Molestar a Pablo",
  20. "email": "edygtz@gmail.com",
  21. "phone": "333-666-666-66",
  22. "address": "Hell st. 666"
  23. },
  24. {
  25. "name": "Eduardo Merino",
  26. "hobby": "Watching netflix",
  27. "email": "merino@itesm.mx",
  28. "phone": "333-189-22-25",
  29. "address": "Valle Real #5539"
  30. },
  31. {
  32. "name": "Francisco Castellanos",
  33. "hobby": "Watching anime",
  34. "email": "a01261268@itesm.mx",
  35. "phone": "333-123-123-23",
  36. "address": "Santa Margarita #1333"
  37. }
  38. ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement