OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
zzXpress
/
vendor
/
mtdowling
/
jmespath.php
/
tests
/
compliance
/
perf
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/13/2024 02:25:21 PM
rwxr-xr-x
📄
basic.json
720 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
deep_hierarchy.json
1.95 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
deep_projection.json
751 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
functions.json
1.82 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
multiwildcard.json
638 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
wildcardindex.json
493 bytes
01/07/2025 11:32:05 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"] } ] }]