jmespath / jmespath.py

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

JEP-13 Object Manipulation Functions #297

Closed springcomp closed 1 year ago

springcomp commented 2 years ago

Implements [JEP-13 Object Manipulation Functions] from JMESPath Community. See spec for items, from_items and zip functions.

This PR leverages #105 work performed by @jstewmon. It includes an additional commit for updated jmespath/compat.py file.