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

24 lines
685 B
JSON

{
"name": "Da 5 Bloods",
"year": 2020,
"runtime": 154,
"categories": ["Adventure", "Drama", "War"],
"release-date": "2019-09-29",
"director": "Spike Lee",
"writer": ["Danny Bilson", "Paul De Meo"],
"actors": [
"Delroy Lindo",
"Jonathan Majors",
"Clarke Peters",
"Johnny Trí Nguyễn",
"Norm Lewis",
"Isiah Whitlock Jr.",
"Mélanie Thierry",
"Paul Walter Hauser",
"Jasper Pääkkönen",
"Jean Reno",
"Chadwick Boseman"
],
"storyline": "Four African American vets battle the forces of man and nature when they return to Vietnam seeking the remains of their fallen squad leader and the gold fortune he helped them hide."
}