Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 18, 2019 14:13
Show Gist options
  • Save bjoerntx/7953a87b0531e6c990138ba3f6407bbf to your computer and use it in GitHub Desktop.
Save bjoerntx/7953a87b0531e6c990138ba3f6407bbf to your computer and use it in GitHub Desktop.
[
{
"country-sales":[
{
"country":"United States",
"sales":7890567
},
{
"country":"Brazil",
"sales":780567
},
{
"country":"Germany",
"sales":889078
},
{
"country":"Italy",
"sales":442543
},
{
"country":"France",
"sales":787377
},
{
"country":"Spain",
"sales":5552365
},
{
"country":"Canada",
"sales":3466363
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment