string in webclient class c# changed to uncorrect format
问题 I call my service in wcf as you can see : ClientRequest.Headers["Content-type"] = "application/json"; string result = ClientRequest.DownloadString(ServiceHostName + "/NajaService.svc/GetCarData/" + plaque); var javascriptserializer = new JavaScriptSerializer(); return javascriptserializer.Deserialize<NajaResult>(result); But the returned data is like this : {"CarColor":"آبي سير","CarModel":"1383","CarTip":"ال ايکس","CarType":"سواري","Chassis":"83844131","Family":"####",