Guest User

Untitled

a guest
Oct 5th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. username: 'Bob',
  3. email: 'bob@bob.com',
  4. password: 'asdfadsfasdf',
  5. history: {
  6. added: 1538716051,
  7. donations: 1000,
  8. orders: [
  9. {
  10. time: 1538714556,
  11. items: [
  12. { SKU: 'adfasdfas', qty: 2 },
  13. { SKU: 'bhhrdsgf', qty: 1 },
  14. ],
  15. },
  16. {
  17. time: 1538344765,
  18. items: [
  19. { SKU: 'vfgsre', qty: 3 },
  20. { SKU: 'nnns', qty: 2 },
  21. ],
  22. },
  23. ],
  24. },
  25. }
Add Comment
Please, Sign In to add comment