Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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. "pagada" : true
  11. },
  12. {
  13. "id" : 2018002,
  14. "cliente" : "CICE SA",
  15. "pagada" : false
  16. }
  17. ]
  18. },
  19. {
  20. "usuario" : "pepito",
  21. "email" : "pepito@gmail.com",
  22. "facturas" :
  23. [
  24. {
  25. "id" : 2018001,
  26. "cliente" : "Timofonica SA",
  27. "pagada" : false
  28. },
  29. {
  30. "id" : 2018002,
  31. "cliente" : "Pepito SL",
  32. "pagada" : false
  33. },
  34. {
  35. "id" : 2018003,
  36. "cliente" : "Banco Santander SA",
  37. "pagada" : true
  38. },
  39. {
  40. "id" : 2018004,
  41. "cliente" : "Ministerio de Defensa",
  42. "pagada" : true
  43. }
  44. ]
  45. },
  46. {
  47. "usuario" : "ramoncin",
  48. "email" : "ramoncin@gmail.com",
  49. "facturas" :
  50. [
  51. ]
  52. }
  53.  
  54. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement