Last active
August 26, 2015 08:18
-
-
Save werdan/a75ec2902c191bf968e8 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
{ | |
"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