OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
mtdowling
/
jmespath.php
/
tests
/
compliance
/
perf
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:36:03 AM
rwxr-xr-x
📄
basic.json
720 bytes
08/12/2024 10:36:03 AM
rw-r--r--
📄
deep_hierarchy.json
1.95 KB
08/12/2024 10:36:03 AM
rw-r--r--
📄
deep_projection.json
751 bytes
08/12/2024 10:36:03 AM
rw-r--r--
📄
functions.json
1.82 KB
08/12/2024 10:36:03 AM
rw-r--r--
📄
multiwildcard.json
638 bytes
08/12/2024 10:36:03 AM
rw-r--r--
📄
wildcardindex.json
493 bytes
08/12/2024 10:36:03 AM
rw-r--r--
Editing: multiwildcard.json
Close
[{ "description": "Multiple wildcards in an expression", "given": { "foo": [ {"bar": [{"kind": "basic"}, {"kind": "intermediate"}]}, {"bar": [{"kind": "advanced"}, {"kind": "expert"}]} ] }, "cases": [ { "name": "multi_wildcard_field", "expression": "foo[*].bar[*].kind", "result": [["basic", "intermediate"], ["advanced", "expert"]] }, { "name": "wildcard_with_index", "expression": "foo[*].bar[0].kind", "result": ["basic", "advanced"] } ] }]