Skip to content

Instantly share code, notes, and snippets.

@aalokt89
Last active January 9, 2023 04:40
Show Gist options
  • Save aalokt89/415041a97e86e324c082ea67be97f6e0 to your computer and use it in GitHub Desktop.
Save aalokt89/415041a97e86e324c082ea67be97f6e0 to your computer and use it in GitHub Desktop.
{
"BoxOffice2022": [
{
"PutRequest": {
"Item":{
"title":{
"S": "Top Gun: Maverick"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "126707459"
},
"domestic_gross":{
"N": "718732821"
},
"worldwide_gross":{
"N": "1487575965"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "Avatar: The Way of Water"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "134100226"
},
"domestic_gross":{
"N": "4573691"
},
"worldwide_gross":{
"N": "14868098"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "Black Panther: Wakanda Forever"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "181339761"
},
"domestic_gross":{
"N": "439935007"
},
"worldwide_gross":{
"N": "820435007"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "Doctor Strange in the Multiverse of Madness"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "187420998"
},
"domestic_gross":{
"N": "411331607"
},
"worldwide_gross":{
"N": "952224986"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "1,003,927,920"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "145075625"
},
"domestic_gross":{
"N": "376851080"
},
"worldwide_gross":{
"N": "145075625"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "Minions: The Rise of Gru"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "107010140"
},
"domestic_gross":{
"N": "369695210"
},
"worldwide_gross":{
"N": "937075898"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "The Batman"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "134008624"
},
"domestic_gross":{
"N": "369345583"
},
"worldwide_gross":{
"N": "767562936"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "Thor: Love and Thunder"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "144165107"
},
"domestic_gross":{
"N": "3432568300"
},
"worldwide_gross":{
"N": "760928081"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "Sonic the Hedgehog 2"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "72105176"
},
"domestic_gross":{
"N": "190872904"
},
"worldwide_gross":{
"N": "402407997"
}
}
}
},
{
"PutRequest": {
"Item":{
"title":{
"S": "Black Adam"
},
"release_date":{
"S": "11-12-2022"
},
"weekend_gross":{
"N": "67004323"
},
"domestic_gross":{
"N": "168105437"
},
"worldwide_gross":{
"N": "391217811"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment