jmespath / jmespath.py

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

JEP 3: Functions #40

Closed mtdowling closed 10 years ago

mtdowling commented 10 years ago

Opening a new PR because GitHub stopped syncing the old one for some reason.

mtdowling commented 10 years ago

Updated so that function argument type mis-matches return null rather than raise an error.

mtdowling commented 10 years ago

Sounds good to me. Feel free to modify the PR as needed.

jamesls commented 10 years ago

Now that I've implemented just about all of this JEP and have had time to experiment with this new functionality, I have a few comments, some of which I've started to collect in my own branch:

What do you think?

jamesls commented 10 years ago

This has now been merged. Thanks for all your work on this!