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

18 lines
414 B
JSON

{
"name": "Oppenheimer",
"year": 2023,
"runtime": 180,
"categories": [
"drama",
"history"
],
"release-date": "2023-07-21",
"director": "Christopher Nolan",
"actors": [
"Cillian Murphy",
"Florence Pugh",
"Robert Downey Jr."
],
"storyline": "Oppenheimer and a team of scientists spend years developing and designing the atomic bomb."
}