Last active
November 19, 2020 00:34
-
-
Save asyarb/3bc3b2ad3f0a9307a12c45f9e5d1de29 to your computer and use it in GitHub Desktop.
Movies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"movies": [ | |
{ | |
"coverImage": "https://images-na.ssl-images-amazon.com/images/I/71VZVXPhmKL._AC_SL1106_.jpg", | |
"title": "Iron Man 2", | |
"rating": 4.7, | |
"ticketPrice": 1200, | |
"description": "With the world now aware of his identity as Iron Man, Tony Stark must contend with both his declining health and a vengeful mad man with ties to his father's legacy." | |
}, | |
{ | |
"coverImage": "https://m.media-amazon.com/images/M/MV5BMjAxMzY3NjcxNF5BMl5BanBnXkFtZTcwNTI5OTM0Mw@@._V1_FMjpg_UX700_.jpg", | |
"title": "Inception", | |
"rating": 4.9, | |
"ticketPrice": 800, | |
"description": "A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O." | |
}, | |
{ | |
"coverImage": "https://m.media-amazon.com/images/M/MV5BNDliY2E1MjUtNzZkOS00MzJlLTgyOGEtZDg4MTI1NzZkMTBhXkEyXkFqcGdeQXVyNjMwMzc3MjE@._V1_FMjpg_UY864_.jpg", | |
"title": "Mulan", | |
"rating": 4.4, | |
"ticketPrice": 1500, | |
"description": "A young Chinese maiden disguises herself as a male warrior in order to save her father." | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment