Guest User

Untitled

a guest
Oct 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "movies": [{
  3. "name": "The Godfather",
  4. "rating": "8"
  5. }, {
  6. "name": "Blade Runner 2049",
  7. "rating": "7"
  8. }, {
  9. "name": "Fast and Furious",
  10. "rating": "5.6"
  11. }, {
  12. "name": "Star Wars: Return of the Jedi",
  13. "rating": "8.7"
  14. }, {
  15. "name": "City of God",
  16. "rating": "8.4"
  17. }, {
  18. "name": "The Big Lebowski",
  19. "rating": "8.7"
  20. }]
  21. }
Add Comment
Please, Sign In to add comment