jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

FR: Implement JMESPath specification for AND and OR operators #160

Closed danowar2k closed 1 year ago

danowar2k commented 6 years ago

The specification has && and || operators for expressions defined. It would be nice if those could be provided by this implementation.

danowar2k commented 6 years ago

This could also be an issue with the Ansible json_query filter that uses jmespath.py . Is there any place with a sort of checklist which features of the specification are implemented?

mjpieters commented 5 years ago

Not sure how you determined that those operators are not supported? I have no issues using these operators, they have been implemented (e.g. there are ast visitor functions defined).