Files
exercises/w11_promises/basics/assets/movies/2018/ralph-breaks-the-internet.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

23 lines
457 B
JSON

{
"name": "Ralph Breaks the Internet",
"year": 2018,
"release-date": "2018-11-21",
"categories": [
"Animation",
"Adventure",
"Comedy"
],
"director": "Phil Johnston",
"writer": [
"Phil Johnston",
"Pamela Ribon"
],
"actors": [
"Sarah Silverman",
"Alan Tudyk",
"James Corden"
],
"plot": "Wreck-It Ralph wrecks the internet.",
"future": true,
"runtime": 142
}