Created
May 15, 2014 14:05
-
-
Save bespalown/8f115967aa8a45567fa9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
2014-05-15 18:04:56.312 FairPrice[32583:60b] ListCD jsonData as string: | |
[ | |
{ | |
"changing_state" : "changed", | |
"id" : "5355009861646d04f9010000", | |
"total_price" : { | |
"cents" : 0, | |
"currency" : "RUB" | |
}, | |
"updated_at" : 1400162694, | |
"items" : [ | |
{ | |
"product_id" : 449917, | |
"price" : { | |
"cents" : 0, | |
"currency" : null | |
}, | |
"products_list_id" : "5355009861646d04f9010000", | |
"changing_state" : "removed", | |
"id" : "5371f15861646d019b000000", | |
"updated_at" : 1400162694, | |
"version" : 0, | |
"stricken" : 0, | |
"count" : 1, | |
"title" : "Absinth Euphoria Sada 50ml x 4ks miniatura" | |
} | |
], | |
"version" : 0, | |
"items_count" : 6, | |
"title" : "gmail" | |
} | |
] | |
2014-05-15 18:04:56.391 FairPrice[32583:5c27] NewRelic(3.289,0x189a0b50): NewRelic.m:75 +[NewRelic noticeNetworkRequestForURL:withTimer:responseHeaders:statusCode:bytesSent:bytesReceived:responseData:andParams:] | |
Ignoring network request with a nil URL. | |
2014-05-15 18:04:56.577 FairPrice[32583:60b] JSON answer: | |
( | |
{ | |
id = 5355009861646d04f9010000; | |
income = 0; | |
items = ( | |
); | |
"items_count" = 7; | |
message = "<null>"; | |
sender = "<null>"; | |
title = gmail; | |
"total_price" = { | |
cents = 0; | |
currency = RUB; | |
}; | |
"updated_at" = 1398079640; | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment