jmespath / jmespath.py

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

Fix issue 18, indexing wildcard projections #23

Closed jamesls closed 10 years ago

jamesls commented 10 years ago

This should always return a list per projection. Projections apply to both the wildcard operator [*] as well as the flattening operator [].

cc @mtdowling

mtdowling commented 10 years ago

:ship: