编写一个Json在物语中赋予特定的价值

问题描述

我想要一种Json格式,这样它只会向我显示提要中的数据。但是,杰森:

https://api.thingspeak.com/channels/1156780/Feeds.json?results=2

给我结果

{
    "channel": {
        "id": 1156780,"name": "Test","description": "testing channel","latitude": "0.0","longitude": "0.0","field1": "Field Label 1","created_at": "2020-09-24T07:38:51.0000000Z","updated_at": "2020-10-08T14:35:27.0000000Z","last_entry_id": 3
    },"Feeds": [
        {
            "created_at": "2019-12-02T08:23:56.0000000Z","entry_id": 2,"field1": "1.1"
        },{
            "created_at": "2020-05-15T20:03:48.0000000Z","entry_id": 3,"field1": "1.11"
        }
    ]
}

我不希望频道对象,而只需要提要对象。 我试过写这个Json:

https://api.thingspeak.com/channels/1156780/Feeds/last.json?results=3

但这只会给我输入最后一个字段的结果。

{"created_at":"2017-05-15T20:03:42Z","entry_id":1,"field1":"1"}

有没有一种方法可以查看我的所有field1而不使用channel对象?提要是否必须位于数组中(因为提要中有条目)?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)