jmespath / jmespath.py

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

Filtering a hash to produce a subset-hash not documented #147

Open UnitedMarsupials-zz opened 7 years ago

UnitedMarsupials-zz commented 7 years ago

I'm struggling trying to filter a hash of hashes -- to reduce it to a hash where the value-hashes all contain a particular key. The example can be seen in my question on Stackoverflow. A similar (?) question is answered with a depressing answer to the effect, this is not possible -- until #105 is merged. I hope, I'm misreading it and what I'm seeking is already possible -- just lacking an example...