Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. [
  2. {
  3. "accountName": "kapitał",
  4. "amountCt": 1000,
  5. "amountDt": null
  6. },
  7. {
  8. "accountName": "nadpłata",
  9. "amountCt": 222,
  10. "amountDt": null
  11. },
  12. {
  13. "accountName": "odsetki karne",
  14. "amountCt": 18.8,
  15. "amountDt": null
  16. },
  17. {
  18. "accountName": "odsetki karne",
  19. "amountCt": null,
  20. "amountDt": 18.8
  21. },
  22. {
  23. "accountName": "odsetki umowne",
  24. "amountCt": 8125.14,
  25. "amountDt": null
  26. },
  27. {
  28. "accountName": "odsetki umowne",
  29. "amountCt": null,
  30. "amountDt": 8125.14
  31. },
  32. {
  33. "accountName": "kapitał",
  34. "amountCt": 41800,
  35. "amountDt": null
  36. },
  37. {
  38. "accountName": "kapitał",
  39. "amountCt": null,
  40. "amountDt": 42800
  41. }
  42. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement