By default WCF service wrap JSON response in \"d\" wrapper and there I found a problem with parsing it.
If I parse with JsonConvert.DeserializeObject(respons
You could have a deserialization wrapper class that has one property called "d". Once you've successfully deserialized to it then get the value from the d property.