Closed danowar2k closed 1 year 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?
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).
The specification has && and || operators for expressions defined. It would be nice if those could be provided by this implementation.