【问题标题】:How to fetch JSON data that does not have keys in xamarin forms如何在 xamarin 表单中获取没有键的 JSON 数据
【发布时间】:2020-02-12 12:11:56
【问题描述】:

如何获取没有 xamarin 形式的键的数据? JSON 示例:

{
    "child": [
        "25400.000",
        "45500.0000",
        "45501.0000"
    ]
}

【问题讨论】:

标签: json xamarin


【解决方案1】:

使用json2csharp

public class RootObject
{
    public List<string> child { get; set; }
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-10-30
    • 1970-01-01
    • 2020-04-29
    • 2018-01-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多