Creating a WebHttpRequest (C#) and sending call to WCF Service.
Recieve back Json String but when I try to use the DataContractDeserializer method it does not like the leading bracket that the string I got back from the call has. Note that if I remove the leading bracket and 'd' char it works.
Bookmarks