Files
exercises/w11_promises/basics/assets/movies/2017/raees.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

24 lines
563 B
JSON

{
"name": "Raees",
"year": 2017,
"runtime": 161,
"categories": [
"thriller",
"crime"
],
"release-date": "2017-01-25",
"director": "Rahul Dholakia",
"writer": [
"Rahul Dholakia",
"Harit Mehta",
"Ashish Vashi",
"Niraj Shukla"
],
"actors": [
"Shah Rukh Khan",
"Nawazuddin Siddiqui",
"Mahira Khan"
],
"storyline": "Threat looms over bootlegger Raees Alam and his business after ACP Majmudar decides to get the better of him. In order to survive and keep his trade thriving, Raees must overcome Majumdar."
}