Python搜索文件和存储为变量

时间:2017-01-29 22:27:23

标签: python http full-text-search

我希望让我的程序使用HTTP GET来读取有关我的智能设备的信息。

我想在此搜索“name”,然后将“corner light”放入数组中。

{
"1": {
    "state": {
        "on": true,
        "bri": 114,
        "alert": "none",
        "reachable": true
    },
    "type": "Dimmable light",
    "name": "corner light",
    "modelid": "LWB010",
    "manufacturername": "Philips",
},

0 个答案:

没有答案