jmespath search check update

This commit is contained in:
Clemens Schwaighofer
2025-10-09 16:42:41 +09:00
parent c1eda7305b
commit dadc14563a
2 changed files with 4 additions and 2 deletions

View File

@@ -39,7 +39,9 @@ def main() -> None:
'a',
'bar.a',
'foo.a',
'baz[].aa'
'baz[].aa',
"[?\"c\" && contains(\"c\", 'b')]",
"[?contains(\"c\", 'b')]",
]
for __jmespath in __get:
result = jmespath_search(__set, __jmespath)