Skip to content

Instantly share code, notes, and snippets.

@michhar
Created January 4, 2017 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michhar/6bd13be8b4a32101387de951d553668c to your computer and use it in GitHub Desktop.
Save michhar/6bd13be8b4a32101387de951d553668c to your computer and use it in GitHub Desktop.
Sample movie definition as a json document
{
"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