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
I'm assuming you are using in your behavior config, replace that with and you will get nice and clean json, no "d" and no "__type"