Advertisement
Guest User

Untitled

a guest
Dec 5th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "clientes" : [
  3. {
  4. "id" : 1,
  5. "nombre" : "Juan",
  6. "apellidos" : "García",
  7. "correo" : "j.g@gmail.com"
  8. },
  9. {
  10. "id" : 2,
  11. "nombre" : "Juan",
  12. "apellidos" : "García",
  13. "correo" : "j.g@gmail.com"
  14. },
  15. {
  16. "id" : 3,
  17. "nombre" : "Juan",
  18. "apellidos" : "García",
  19. "correo" : "j.g@gmail.com"
  20. }
  21. ],
  22. "cursos" : [
  23.  
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement