The original object contains a property 'CountryOfOrigin' with a value of 'EG'. The string returned from Serialize(object) has the value 63.
var Reply_Product = response1.GetProductResponse.Product;
ReplySer=Newtonsoft.Json.JsonConvert.SerializeObject(Reply_Product);
Data as retrieved from a web service (Promostandards)
After Serialization:
I am not sure what I need to try. I do not have a class for the Service Object. Would creating one help?