Created
January 4, 2017 23:26
-
-
Save michhar/6bd13be8b4a32101387de951d553668c to your computer and use it in GitHub Desktop.
Sample movie definition as a json document
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"actors": [ | |
"Chris Pratt", | |
"Bryce Dallas Howard", | |
"Irrfan Khan", | |
"Vincent D'Onofrio" | |
], | |
"director": [ | |
"Colin Trevorrow" | |
], | |
"genre": "Action, Adventure, Sci-Fi", | |
"imdbid": "tt0369610", | |
"language": [ | |
"English" | |
], | |
"plot": "A new theme park is built on the original site of Jurassic Park. Everything is going well until the park's newest attraction - a genetically modified giant stealth killing machine - escapes containment and goes on a killing spree.", | |
"released": "12 Jun 2015", | |
"runtime": "124 min", | |
"title": "Jurassic World", | |
"titleid": 1, | |
"year": "2015" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment