Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [
  2. {
  3. "usuario" : "adrian",
  4. "email" : "adrian@gmail.com",
  5. "facturas" :
  6. [
  7. {
  8. "id" : 2018001,
  9. "cliente" : "CICE SA"
  10. },
  11. {
  12. "id" : 2018002,
  13. "cliente" : "CICE SA"
  14. }
  15. ]
  16. },
  17. {
  18. "usuario" : "pepito",
  19. "email" : "pepito@gmail.com",
  20. "facturas" :
  21. [
  22. {
  23. "id" : 2018001,
  24. "cliente" : "Timofonica SA"
  25. },
  26. {
  27. "id" : 2018002,
  28. "cliente" : "Pepito SL"
  29. },
  30. {
  31. "id" : 2018003,
  32. "cliente" : "Banco Santander SA"
  33. },
  34. {
  35. "id" : 2018004,
  36. "cliente" : "Ministerio de Defensa"
  37. }
  38. ]
  39. },
  40. {
  41. "usuario" : "ramoncin",
  42. "email" : "ramoncin@gmail.com",
  43. "facturas" :
  44. [
  45. ]
  46. }
  47.  
  48. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement