Files
exercises/w11_promises/basics/assets/movies/2016/fantastic-beasts-and-where-to-find-them.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

20 lines
506 B
JSON

{
"name": "Fantastic Beasts and Where to Find Them",
"year": 2016,
"runtime": 133,
"categories": [
"adventure",
"family",
"fantasy"
],
"release-date": "2016-11-18",
"director": "David Yates",
"writer": "J.K. Rowling",
"actors": [
"Eddie Redmayne",
"Katherine Waterston",
"Alison Sudol"
],
"storyline": "The adventures of writer Newt Scamander in New York's secret community of witches and wizards seventy years before Harry Potter reads his book in school."
}