merhaba arkadaşlar,
visual studio c# form application projesiyle web servisten veri çekmeye çalışıyorum,
**string json = JsonConvert.SerializeObject(body);
request.AddParameter("application/json", json, ParameterType.RequestBody);
JsonConvert.DeserializeObject<gruplar.dega1>(response.Content);**
bu kodu yazdığımda datagridview de json veri görünmesi gerekirken aşağıdaki hatayı alıyorum, content-type text/xml ve bunu json olarak ekrana almak istiyorum.
Additional information: Unexpected character encountered while parsing value: T. Path '', line 0, position 0.