Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "payments" : {
  3. "paymentId" : {
  4. "amount" : "12",
  5. "toId" : "userId2",
  6. "fromId" : "userId1",
  7. "for" : "lunch"
  8. }
  9. },
  10.  
  11. "users" : {
  12. "userId1" : {
  13. "name" : "Alex",
  14. "email" : "alex@gmail.com"
  15. },
  16. "userId2" : {
  17. "name" : "Ben",
  18. "email" : "ben@gmail.com"
  19. },
  20. "userId3" : {
  21. "name" : "Charles",
  22. "email" : "charles@gmail.com"
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement