Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. // object structure
  2. {
  3. id: '57dce89f84bec9ff038b456d',
  4. slug: 'toronto',
  5. country: {
  6. id: '564e85d284bec915048b4568'
  7. },
  8. views: 14,
  9. comments: [
  10. {
  11. "id": 1,
  12. "user": {
  13. id: '5699ab5e84bec978048b4ee0'
  14. },
  15. "comment": "blalba bla bla bla",
  16. "created_at": "08/07/2017",
  17. "hearts": 5,
  18. "replies": []
  19. }, {
  20. "id": 2,
  21. "user": {
  22. id: '57ccf5ac84bec901118b4568'
  23. },
  24. "comment": "bla bla bla bla..",
  25. "created_at": "08/08/2017",
  26. "hearts": 3,
  27. "replies": [
  28. {
  29. "id": 3,
  30. "user": {
  31. id: '5699ab5e84bec978048b4567'
  32. },
  33. "comment": "bla lba bla!",
  34. "created_at": "08/11/2017",
  35. "hearts": 0,
  36. "replies": []
  37. }
  38. ]
  39. }
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement