Skip to content

Instantly share code, notes, and snippets.

@mox601
Last active August 29, 2015 14:02
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 mox601/e334de94247d0d328759 to your computer and use it in GitHub Desktop.
Save mox601/e334de94247d0d328759 to your computer and use it in GitHub Desktop.
{
"originCountries": [
{
"name": "IT",
"count": 10,
"cityCounts": [
{
"name": "Rome",
"count": 8,
"lat": 10,
"lon": 10
},
{
"name": "Milan",
"count": 2,
"lat": 1,
"lon": 1
}
]
},
{
"name": "a-country-1",
"count": 1,
"cityCounts": [
{
"name": "city-0",
"count": 0,
"lat": 0,
"lon": 0
},
{
"name": "city-1",
"count": 1,
"lat": 1,
"lon": 1
}
]
}
],
"mentionCount": 1,
"uniqueUsersCount": 1,
"repliesSplit": 1,
"mentionsSplit": 1,
"retweetsSplit": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment