Created
August 26, 2015 08:18
-
-
Save werdan/c3ed18c66416e7161a7a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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