1

我有以下 json 响应,我想将其转换为 C# 模型。我面临的问题是它的键值是整数,当我通过转换器将它转换为 C# 时,它会生成与这些值一样多的类。如何在反序列化时将其转换为字典。

"data": {
    "564448665437833501": {
        "city_name": "Mount Cook",
        "country_name": "New Zealand",
        "country_code": "NZ"
    },
    "5862745215379501543": {
        "city_name": "Coolangatta",
        "country_name": "Australia",
        "country_code": "AU"
    },
}
4

0 回答 0