Files
exercises/w11_promises/basics/assets/movies/2022/thor-love-and-thunder.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

28 lines
697 B
JSON

{
"name": "Thor: Love and Thunder",
"year": 2022,
"runtime": 118,
"categories": [
"comedy",
"action",
"adventure"
],
"release-date": "2022-07-08",
"director": [
"Taika Waititi"
],
"writer": [
"Taika Waititi",
"Jennifer Kaytin Robinson"
],
"actors": [
"Chris Hemsworth",
"Christian Bale",
"Natalie Portman",
"Tessa Thompson",
"Russell Crowe",
"Chris Pratt",
"Jaimie Alexander"
],
"storyline": "Thor enlists the help of Valkyrie, Korg and ex-girlfriend Jane Foster to fight Gorr the God Butcher, who intends to make the gods extinct."
}