Closed mtdowling closed 11 years ago
From your examples, it looks like root level wildcards are not supported.
Something like this?
jmespath -> '*.foo' given -> '{"anything": {"foo": "bar"}, "other": {"foo": "baz"}, "nomatch": {"notfoo": "foo"}}' output -> '["bar", "baz"]'
Exactly
From your examples, it looks like root level wildcards are not supported.