Advertisement
Guest User

Untitled

a guest
May 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. {
  2. "nested" : {
  3. "current_page": 1,
  4. "last_page": 3,
  5. "next_page_url": "/responses/dummy2.json",
  6. "prev_page_url": null,
  7. "data": [
  8. {
  9. "id": 1,
  10. "plot": "Anakin, you’re breaking my heart! And you’re going down a path I cannot follow!",
  11. "upvotes": "490",
  12. "writer": "Padme"
  13. },
  14. {
  15. "id": 2,
  16. "plot": "One thing's for sure, we're all going to be a lot thinner.",
  17. "upvotes": "752",
  18. "writer": "Han Solo"
  19. },
  20. {
  21. "id": 3,
  22. "plot": "At last we will reveal ourselves to the Jedi. At last we will have revenge.",
  23. "upvotes": "193",
  24. "writer": "Darth Maul"
  25. },
  26. {
  27. "id": 4,
  28. "plot": "The Dark Side of the Force is the pathway to many abilities some consider to be… Unnatural.",
  29. "upvotes": "578",
  30. "writer": "Senator Palpatine"
  31. },
  32. {
  33. "id": 5,
  34. "plot": "You can’t win, Darth. Strike me down, and I will become more powerful than you could possibly imagine.",
  35. "upvotes": "256",
  36. "writer": "Obi Wan Kenobi"
  37. }
  38. ]
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement