相关疑难解决方法(0)

使用 contains 过滤 JMESPath

JMESPath 是 Azure 使用的 JSON 查询语言。

使用http://jmespath.org/给出的自己的示例

{
  "locations": [
    {"name": "Seattle", "state": "WA"},
    {"name": "New York", "state": "NY"},
    {"name": "Bellevue", "state": "WA"},
    {"name": "Olympia", "state": "WA"}
  ]
}
Run Code Online (Sandbox Code Playgroud)

如何列出名称中包含字母"l"或字符串的所有位置"le"?谢谢。

json filtering filter jmespath

6
推荐指数
1
解决办法
4177
查看次数

标签 统计

filter ×1

filtering ×1

jmespath ×1

json ×1