Cannot deserialize the JSON array (e.g. [1,2,3]) into type ' ' because type requires JSON object (e.g. {“name”:“value”}) to deserialize correctly

前端 未结 5 1625
耶瑟儿~
耶瑟儿~ 2020-11-22 16:19

I have this JSON:

[
    {
        \"Attributes\": [
            {
                \"Key\": \"Name\",
                \"Value\": {
                    \"Value         


        
5条回答
提交回复
热议问题