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

24 lines
466 B
JSON

{
"name": "Bohemian Rhapsody",
"year": 2018,
"runtime": 134,
"categories": [
"biography",
"drama",
"music"
],
"release-date": "2018-11-02",
"future": "true",
"director": "Bryan Singer",
"writer": [
"Anthony McCarten",
"Peter Morgan"
],
"actors": [
"Rami Malek",
"Ben Hardy",
"Gwilym Lee"
],
"storyline": "A chronicle of the years leading up to Queen's legendary appearance at the Live Aid (1985) concert."
}