Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. "cats": [
  3. {
  4. "title": "Star wars battle",
  5. "url": "https://media.giphy.com/media/Ov5NiLVXT8JEc/giphy.gif",
  6. "likes": 305,
  7. "comments": ["Those cats can fight.","Bad cats","These are funny cats."]
  8. },
  9. {
  10. "title": "From under the sofa",
  11. "url": "http://i.imgur.com/Bz0AsI6.gif",
  12. "likes": 185,
  13. "comments": []
  14. },
  15. {
  16. "title": "What I have to deal with on a daily basis",
  17. "url": "http://i.imgur.com/MCmdIbF.gif",
  18. "likes": 65,
  19. "comments": []
  20. },
  21. {
  22. "title": "Durr, Bark woof",
  23. "url": "https://media.giphy.com/media/1iTWXvsD0ELZo8nu/giphy.gif",
  24. "likes": 49,
  25. "comments": []
  26. },
  27. {
  28. "title": "I'm not very smart",
  29. "url": "http://i.imgur.com/hJbijPN.gif",
  30. "likes": 79,
  31. "comments": []
  32. },
  33. {
  34. "title": "I like humans",
  35. "url": "http://forgifs.com/gallery/d/217571-1/Cat-kiss-nuzzle.gif",
  36. "likes": 29,
  37. "comments": []
  38. },
  39. {
  40. "title": "Oh no!",
  41. "url": "http://forgifs.com/gallery/d/216557-1/Cat-eyes-dilate.gif",
  42. "likes": 68,
  43. "comments": []
  44. },
  45. {
  46. "title": "Mommy wants to sleep.",
  47. "url": "http://i.imgur.com/6yhkPFk.gif",
  48. "likes": 69,
  49. "comments": []
  50. },
  51. {
  52. "title": "I'm the king",
  53. "url": "http://i.imgur.com/E2wNiC6.gif",
  54. "likes": 69,
  55. "comments": []
  56. },
  57. {
  58. "title": "I'm the king",
  59. "url": "http://i.imgur.com/72zRVtC.gif",
  60. "likes": 89,
  61. "comments": []
  62. }
  63. ]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement