23 lines
543 B
JSON
23 lines
543 B
JSON
{
|
|
"name": "Ready Player One",
|
|
"year": 2018,
|
|
"runtime": 140,
|
|
"categories": [
|
|
"action",
|
|
"adventure",
|
|
"sci-fi"
|
|
],
|
|
"release-date": "2018-03-11",
|
|
"director": "Steven Spielberg",
|
|
"writer": [
|
|
"Zak Penn",
|
|
"Ernest Cline"
|
|
],
|
|
"actors": [
|
|
"Tye Sheridan",
|
|
"Olivia Cooke",
|
|
"Ben Mendelsohn"
|
|
],
|
|
"storyline": "When the creator of a virtual reality world called the OASIS dies, he releases a video in which he challenges all OASIS users to find his Easter Egg, which will give the finder his fortune. "
|
|
}
|