Skip to content

Instantly share code, notes, and snippets.

@bespalown
Last active August 29, 2015 14:00
Show Gist options
  • Save bespalown/11037540 to your computer and use it in GitHub Desktop.
Save bespalown/11037540 to your computer and use it in GitHub Desktop.
[
{
"changing_state" : "changed",
"id" : "favorite",
"total_price" : {
"cents" : 0,
"currency" : null
},
"updated_at" : 1397818406,
"items" : [
{
"product_id" : 51235,
"price" : {
"cents" : 0,
"currency" : null
},
"products_list_id" : "favorite",
"changing_state" : "changed",
"id" : null,
"updated_at" : 1397818406,
"version" : 0,
"stricken" : 0,
"count" : 1,
"title" : "100% сок из томатов botaniQ 1QQ. Объем"
}
],
"version" : 0,
"items_count" : 2,
"title" : "Избранные продукты"
}
]
2014-04-18 14:53:31.788 FairPrice[9597:907] JSON answer:
(
{
id = favorite;
items = (
{
id = 5351042d61646d7556000000;
product = {
amount = 100;
barcode = 4602453001380;
id = 1431067;
"image_url" = "http://fair-price.biz/images/tovar/main/ed48899d2b09a4d7d47afc2839551a24.jpeg";
name = "\U0420\U0430\U0441\U0442\U0432\U043e\U0440 \U041f\U0435\U0440\U0435\U043a\U0438\U0441\U044c \U0432\U043e\U0434\U043e\U0440\U043e\U0434\U0430 \U0434\U043b\U044f \U043c\U0435\U0441\U0442\U043d\U043e\U0433\U043e \U0438 \U043d\U0430\U0440\U0443\U0436\U043d \U043f\U0440\U0438\U043c\U0435\U043d\U0435\U043d\U0438\U044f 3%";
price = "<null>";
rating = "<null>";
"thumb_image_url" = "http://fair-price.biz/images/tovar/small/ed48899d2b09a4d7d47afc2839551a24.jpeg";
units = "\U043c\U043b";
};
title = "\U0420\U0430\U0441\U0442\U0432\U043e\U0440 \U041f\U0435\U0440\U0435\U043a\U0438\U0441\U044c \U0432\U043e\U0434\U043e\U0440\U043e\U0434\U0430 \U0434\U043b\U044f \U043c\U0435\U0441\U0442\U043d\U043e\U0433\U043e \U0438 \U043d\U0430\U0440\U0443\U0436\U043d \U043f\U0440\U0438\U043c\U0435\U043d\U0435\U043d\U0438\U044f 3%";
"updated_at" = 1397818413;
}
);
"items_count" = 2;
title = "\U0418\U0437\U0431\U0440\U0430\U043d\U043d\U044b\U0435 \U043f\U0440\U043e\U0434\U0443\U043a\U0442\U044b";
}
)
_________________________________________
{
"id": "favorite",
"title": "Избранные продукты",
"items_count": 2,
"items": [
null,
{
"id": "5351042d61646d7556000000",
"title": "Раствор Перекись водорода для местного и наружн применения 3%",
"updated_at": 1397818413,
"product": {
"id": 1431067,
"name": "Раствор Перекись водорода для местного и наружн применения 3%",
"rating": null,
"barcode": "4602453001380",
"image_url": "http://fair-price.biz/images/tovar/main/ed48899d2b09a4d7d47afc2839551a24.jpeg",
"thumb_image_url": "http://fair-price.biz/images/tovar/small/ed48899d2b09a4d7d47afc2839551a24.jpeg",
"amount": "100",
"units": "мл",
"price": null
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment