Skip to content

Instantly share code, notes, and snippets.

@pirhoo
Last active August 28, 2020 07:58
Show Gist options
  • Save pirhoo/20ce1b795555210c926967a291f8a7ad to your computer and use it in GitHub Desktop.
Save pirhoo/20ce1b795555210c926967a291f8a7ad to your computer and use it in GitHub Desktop.
[
{
"movie": "Avatar",
"budget": 237,
"box_office": 2784
},
{
"movie": "ET: The Extra-Terrestrial",
"budget": 11,
"box_office": 793
},
{
"movie": "Finding Nemo",
"budget": 94,
"box_office": 940
},
{
"movie": "Ghostbusters",
"budget": 144,
"box_office": 229
},
{
"movie": "Iron Man 3",
"budget": 178,
"box_office": 1215
},
{
"movie": "Jurassic Park",
"budget": 53,
"box_office": 1030
},
{
"movie": "King Kong",
"budget": 207,
"box_office": 551
},
{
"movie": "Monsters, Inc.",
"budget": 115,
"box_office": 577
},
{
"movie": "Oz the Great and Powerful",
"budget": 160,
"box_office": 493
},
{
"movie": "Pirates of the Caribbean: Dead Man's Chest",
"budget": 225,
"box_office": 1066
},
{
"movie": "Quantum of Solace",
"budget": 200,
"box_office": 586
},
{
"movie": "Raiders of the Lost Ark",
"budget": 18,
"box_office": 390
},
{
"movie": "Star Wars Ep. I: The Phantom Menace",
"budget": 115,
"box_office": 1027
},
{
"movie": "The Blind Side",
"budget": 29,
"box_office": 309
},
{
"movie": "The Dark Knight",
"budget": 185,
"box_office": 1005
},
{
"movie": "The Hunger Games",
"budget": 78,
"box_office": 649
},
{
"movie": "The Lion King",
"budget": 45,
"box_office": 968
},
{
"movie": "The Twilight Saga: New Moon",
"budget": 50,
"box_office": 710
},
{
"movie": "The Vow",
"budget": 30,
"box_office": 196
},
{
"movie": "The War of the Worlds",
"budget": 132,
"box_office": 704
},
{
"movie": "Titanic",
"budget": 200,
"box_office": 2187
},
{
"movie": "Up",
"budget": 175,
"box_office": 735
},
{
"movie": "X-Men: The Last Stand",
"budget": 210,
"box_office": 459
},
{
"movie": "You've Got Mail",
"budget": 65,
"box_office": 251
},
{
"movie": "Zookeeper",
"budget": 80,
"box_office": 170
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment