-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
C# Code
public Dictionary<string, object> ExtendedData { get; set; }
Returned JSON Snippet
,
"ExtendedData":{
},
Unable to cast object of type 'RestSharp.JsonArray' to type 'System.Collections.Generic.IDictionary2[System.String,System.Object]'. at RestSharp.Deserializers.JsonDeserializer.CreateAndMap(Type type, Object element) at RestSharp.Deserializers.JsonDeserializer.ConvertValue(Type type, Object value) at RestSharp.Deserializers.JsonDeserializer.Map(Object target, IDictionary
2 data)
at RestSharp.Deserializers.JsonDeserializer.Deserialize[T](IRestResponse response)
at RestSharp.RestClient.Deserialize[T](IRestRequest request, IRestResponse raw)
Metadata
Metadata
Assignees
Labels
No labels