Skip to content

Instantly share code, notes, and snippets.

@werdan
Created August 26, 2015 08:18
Show Gist options
  • Save werdan/c3ed18c66416e7161a7a to your computer and use it in GitHub Desktop.
Save werdan/c3ed18c66416e7161a7a to your computer and use it in GitHub Desktop.
{
"cities" :
[
{
"name" : {
"en" : "Vilnius",
"ru" : "Вильнюс"
},
"image" : "http://cdn.blabla.com/vilnius.jpg",
"location" : {"lat" : -12.121212, "long" : 12.05559},
"countryId" : 45
},
{
"name" : {
"en" : "London",
"ru" : "Лондон"
},
"image" : "http://cdn.blabla.com/london.jpg",
"location" : {"lat" : -12.121212, "long" : 12.05559},
"countryId" : 44
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment