gpt4 book ai didi

Json 过滤同级节点上的数据

转载 作者:行者123 更新时间:2023-12-01 11:20:45 25 4
gpt4 key购买 nike

我是 JSONPath 的新手,任何帮助表示赞赏。我正在尝试根据其同级值过滤数据。

我的 JSON 示例:

[

{
"id": "10300",
"name": "NAME1"
},
{
"id": "10500",
"name": "NAME2"
}
]

我想通过名称查询 id。我试过这样的事情,但没有运气:
$..id[?(@name=='NAME1')]

我确定我错过了一些微不足道的东西。

最佳答案

毕竟我自己找到了解决方案。

$..[?(@.name == 'NAME1')].id

关于Json 过滤同级节点上的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43913909/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com