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

23 lines
579 B
JSON

{
"name": "They Cloned Tyrone",
"year": 2023,
"runtime": 122,
"categories": [
"comedy",
"mystery",
"sci-fi"
],
"release-date": "2023-06-14",
"director": "Juel Taylor",
"writer": [
"Juel Taylor",
"Tony Rettenmaier"
],
"actors": [
"John Boyega",
"Jamie Foxx",
"Teyonah Parris",
"Kiefer Sutherland"
],
"storyline": "An eerie series of events leads an unlikely trio (John Boyega, Teyonah Parris and Jamie Foxx) down a rabbit hole into a sinister neighborhood conspiracy."
}