Skip to content

Instantly share code, notes, and snippets.

@eduardopc
Last active April 13, 2020 02:49
Show Gist options
  • Save eduardopc/921956414a5e2662ad4f0a71c5dd32f6 to your computer and use it in GitHub Desktop.
Save eduardopc/921956414a5e2662ad4f0a71c5dd32f6 to your computer and use it in GitHub Desktop.
{
"movies":[
{
"id": 1,
"Title":"The Avengers",
"Year":"2012",
"Genre":"Action, Sci-Fi, Thriller",
"Actors":"Stan Lee, Robert Downey Jr., Chris Evans, Mark Ruffalo",
"Type":"movie"
},
{
"id": 2,
"Title":"Avengers: Age of Ultron",
"Year":"2015",
"Genre":"Action, Sci-Fi, Thriller",
"Actors":"Stan Lee, Robert Downey Jr., Chris Evans, Mark Ruffalo, Chris Hemsworth",
"Type":"movie"
},
{
"id": 3,
"Title":"Avengers: Infinity War",
"Year":"2018",
"Genre":"Action, Sci-Fi, Thriller",
"Actors":"Stan Lee, Robert Downey Jr., Chris Evans, Mark Ruffalo, Chris Hemsworth, Scarlett Johansson",
"Type":"movie"
},
{
"id": 4,
"Title":"Avengers: Endgame",
"Year":"2019",
"Genre":"Action, Sci-Fi, Thriller",
"Actors":"Stan Lee, Robert Downey Jr., Chris Evans, Mark Ruffalo, Chris Hemsworth, Scarlett Johansson, Gwyneth Paltrow",
"Type":"movie"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment