如何在JsonPath的结果中删除[],我在其他主题中也看到了使用id的情况,但是我没有ID。这是我使用的代码:
[{"timestamp":"20180719T11:45:24Z",
"type":"S1",
"mac":"AC233FA03DB6",
"bleName":"",
"rssi":-53,
"battery":100,
"temperature":20.18,
"humidity":63.02}]
这是过滤器
$..[?(@.mac=='AC233FA03DB6' )].temperature
我使用此站点测试我的示例:http://jsonpath.herokuapp.com/?path=$..book[2:]