OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
znew1aws-ses
/
vendor
/
mtdowling
/
jmespath.php
/
tests
/
compliance
/
perf
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/16/2024 08:32:45 AM
rwxr-xr-x
📄
basic.json
720 bytes
08/16/2024 08:32:45 AM
rw-r--r--
📄
deep_hierarchy.json
1.95 KB
08/16/2024 08:32:45 AM
rw-r--r--
📄
deep_projection.json
751 bytes
08/16/2024 08:32:45 AM
rw-r--r--
📄
functions.json
1.82 KB
08/16/2024 08:32:45 AM
rw-r--r--
📄
multiwildcard.json
638 bytes
08/16/2024 08:32:45 AM
rw-r--r--
📄
wildcardindex.json
493 bytes
08/16/2024 08:32:45 AM
rw-r--r--
Editing: wildcardindex.json
Close
[{ "description": "Multiple wildcards", "given": {"foo": [{"bar": "one"}, {"bar": "two"}, {"bar": "three"}, {"notbar": "four"}]}, "cases": [ { "name": "wildcard_with_field_match", "expression": "foo[*].bar", "result": ["one", "two", "three"] }, { "name": "wildcard_with_field_match2", "expression": "foo[*].notbar", "result": ["four"] } ] }]