Files
exercises/w11_promises/basics/assets/movies/2017/ghost-in-the-shell.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

27 lines
638 B
JSON

{
"name": "Ghost in the Shell",
"year": 2017,
"runtime": 107,
"categories": [
"action",
"crime",
"drama"
],
"release-date": "2017-03-31",
"director": "Rupert Sanders",
"writer": [
"Shirow Masamune",
"Jamie Moss",
"William Wheeler",
"Ehren Kruger"
],
"actors": [
"Scarlett Johansson",
"Pilou Asbæk",
"Takeshi Kitano",
"Juliette Binoche",
"Michael Pitt"
],
"storyline": "In the near future, Major is the first of her kind: A human saved from a terrible crash, who is cyber-enhanced to be a perfect soldier devoted to stopping the world's most dangerous criminals."
}