Skip to content

Instantly share code, notes, and snippets.

@werdan
Last active August 26, 2015 08:18
Show Gist options
  • Save werdan/a75ec2902c191bf968e8 to your computer and use it in GitHub Desktop.
Save werdan/a75ec2902c191bf968e8 to your computer and use it in GitHub Desktop.
{
"quests" :
[
{
"name" : {
"en": "sample name",
"ru": "просто имя"
},
"cityId" : 123,
"images" : [
"http://cdn.lalala.com/test1.jpg",
"http://cdn.lalala.com/test2.jpg"
],
"questmap" : [
{"lat" : -12.121212, "long" : 12.05555},
{"lat" : -12.121212, "long" : 12.05556},
{"lat" : -12.121212, "long" : 12.05557},
{"lat" : -12.121212, "long" : 12.05558},
{"lat" : -12.121212, "long" : 12.05559}
],
"description" : {
"en" : "Mega text escaped from HTML tags",
"ru" : "Мега описание"
},
"version" : 123456,
"subject" : {
"en" : "Barca FC history",
"ru" : "История клуба Барса"
},
"startPoint" : {"lat" : -12.121212, "long" : 12.05555},
"endPoint" : {"lat" : -12.121212, "long" : 12.05555},
},
{
"name" : {
"en": "sample name2",
"ru": "просто имя2"
},
"cityId" : 123,
"images" : [
"http://cdn.lalala.com/test3.jpg",
"http://cdn.lalala.com/test4.jpg"
],
"questmap" : [
{"lat" : -12.121212, "long" : 12.05555},
{"lat" : -12.121212, "long" : 12.05556},
{"lat" : -12.121212, "long" : 12.05557},
{"lat" : -12.121212, "long" : 12.05558},
{"lat" : -12.121212, "long" : 12.05559}
],
"description" : {
"en" : "Mega text escaped from HTML tags 22",
"ru" : "Мега описание 22"
},
"version" : 123456,
"subject" : {
"en" : "Barca FC history 22",
"ru" : "История клуба Барса 22"
},
"startPoint" : {"lat" : -12.121212, "long" : 12.05555},
"endPoint" : {"lat" : -12.121212, "long" : 12.05555},
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment