JsonPath是否支持AND(&;)操作符?

JsonPath是否支持AND(&;)操作符?,jsonpath,Jsonpath,JsonPath是否支持AND(&&)运算符 考虑以下JsonPath表达式: $.values[?(@.level=='First' && @.type == 'Sales')].selectedValue 这是数组中元素的“And”条件的正确语法吗 谢谢, JohnB是,根据: 您可以使用&和|组合多个谓词[?(@.price10)] 取决于您正在使用的代码库 报告确实表明: 可以使用底层脚本语言()的表达式 作为中显式名称或索引的替代方法 $.store.book[(@.

JsonPath是否支持AND(&&)运算符

考虑以下JsonPath表达式:

$.values[?(@.level=='First' && @.type == 'Sales')].selectedValue
这是数组中元素的“And”条件的正确语法吗

谢谢, JohnB是,根据:

您可以使用
&
|
组合多个谓词
[?(@.price<10&&&.category=='france')]
[?(@.category=='reference'.\124;@.price>10)]


取决于您正在使用的代码库

报告确实表明:

可以使用底层脚本语言()的表达式 作为中显式名称或索引的替代方法

$.store.book[(@.length-1)].title

…所以问题变成了底层脚本语言是什么。在最初的JavaScript实现中,它遵循JavaScript