You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing it with something like ..four.name instead of one.two.three[].four.name?
For example how xpath would allow you to //four/name/text() instead of one/two/three/four/name/text()
Is that possible to do with Jmespath?
The text was updated successfully, but these errors were encountered:
Is it possible to recursively traverse the json tree with jmespath?
for example:
Parsing it with something like
..four.name
instead ofone.two.three[].four.name
?For example how xpath would allow you to
//four/name/text()
instead ofone/two/three/four/name/text()
Is that possible to do with Jmespath?
The text was updated successfully, but these errors were encountered: