我在这个问题上已经困了很长时间,所以我在这里问。
我收到以下错误消息:
"Newtonsoft.Json.JsonSerializationException: 'Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'XXX' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly."
这是我的班级的样子:
public class SSN
{
public IDictionary<string,string> ssns { get; set; }
}
下面是 json 格式:
MMMHUHU
ITMISS
相关分类