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

24 lines
493 B
JSON

{
"name": "It",
"year": 2017,
"runtime": 135,
"categories": [
"drama",
"horror",
"thriller"
],
"release-date": "2017-09-08",
"director": "Andy Muschietti",
"writer": [
"Chase Palmer",
"Cary Fukunaga",
"Gary Dauberman"
],
"actors": [
"Bill Skarsgård",
"Jaeden Lieberher",
"Finn Wolfhard"
],
"storyline": "A group of bullied kids band together when a shapeshifting demon, taking the appearance of a clown, begins hunting children."
}