Created
September 25, 2014 13:13
-
-
Save dpenic/a11f2be0c2ed33e0146e 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
{ | |
"ScreenSaver":{ | |
"screensaver" : | |
{ | |
"sequence" : | |
[ | |
"http://www.vipmobile.rs/upload/ss/1.jpg", | |
"http://www.vipmobile.rs/upload/ss/2.jpg", | |
"http://www.vipmobile.rs/upload/ss/3.jpg" | |
], | |
"preffered" : | |
{ | |
"tarrif":"Smart 700", | |
"price" : 320.00, | |
"installments": 12 | |
}, | |
"duration" : 30, | |
"mode" : 1 | |
} | |
}, | |
"Phone_characteristics":{ | |
"characteristics": | |
[ { | |
"groupname" : "Osnovne informacije", | |
"list": | |
[ { | |
"name" : "Operativni sistem", | |
"value" : "Android OS, v4.4.2 (KitKat)" | |
}, | |
{ | |
"name" : "Dimenzije", | |
"value" : "127.2 x 66.8 x 9.5" | |
} ] | |
}, | |
{ | |
"groupname" : "Ekran", | |
"list" : | |
[ { | |
"name" : "VeliÄÂina", | |
"value" : "4.5" IPS LCD ekran osetljiv na dodir" | |
}, | |
{ | |
"name" : "Rezolucija", | |
"value" : "400 x 800" | |
} ] | |
} ] | |
}, | |
"Accessories":{ | |
"accessories" : | |
[ { | |
"groupname" : "Futrola", | |
"list": | |
[ { | |
"id" : "1234", | |
"name" : "Galaxy Note 3 S View futrola", | |
"brand" : "Samsung", | |
"photos" : | |
[ | |
"http://www.vipmobile.rs/upload/ss/1.jpg", | |
"http://www.vipmobile.rs/upload/ss/2.jpg" | |
], | |
"price" : 450.50, | |
"characteristics" : | |
[ { | |
"name" : "Kategorija", | |
"value" : "Auto oprema" | |
}, | |
{ | |
"name" : "Boja", | |
"value" : "Crna" | |
} ], | |
"description" : "Kompatibilan sa upaljaÄ utiÄÂnice 12/24V (auto / kamion). Prsten za lako vaÄ‘enje iz ležiÅ¡ta. Mikro dizajn." | |
} ] | |
} ] | |
}, | |
"Tariffs":{ | |
"tariffs" : | |
[ { | |
"groupname" : "Smart", | |
"list": | |
[ { | |
"name" : "Smart 150", | |
"price" : 7200, | |
"down" : 1000, | |
"installment": 2700 | |
}, | |
{ | |
"name" : "Smart 300", | |
"price" : 7200, | |
"down" : 1000, | |
"installment": 2700 | |
}] | |
} ] | |
}, | |
"Banners":{ | |
"banners" : | |
{ | |
"sequence" : | |
[ { | |
"bitmap" : "http://www.vipmobile.rs/upload/ss/1.jpg", | |
"url" : "http://www.vipmobile.rs" | |
}, | |
{ | |
"bitmap" : "http://www.vipmobile.rs/upload/ss/2.jpg", | |
"url" : "http://www.google.com" | |
}, | |
{ | |
"bitmap" : "http://www.vipmobile.rs/upload/ss/3.jpg", | |
"url" : "http://www.google.com" | |
} ], | |
"duration" : 10 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment