jmespath / jmespath.terminal

JMESPath exploration tool in the terminal
Other
460 stars 54 forks source link

Use collections.OrderedDict to retain key order #14

Closed brandond closed 8 years ago

brandond commented 8 years ago

This will honor key order from the expression when constructing the output. Requires jmespath.py 0.8.0 or newer.

jamesls commented 8 years ago

Thanks for the pull request.