jmespath / jmespath.py

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

Add JEP 6 Proposal #34

Closed jamesls closed 10 years ago

jamesls commented 10 years ago

This unifies JMESPath quoted identifiers and JSON strings, and is intended to help provide a more consistent baseline for upcoming features.

jamesls commented 10 years ago

This was straightforward enough that I went ahead and updated the python implementation to support this JEP. The PR has been updated with these commits.

mtdowling commented 10 years ago

:+1:

Implemented in jmespath,php: https://github.com/mtdowling/jmespath.php/commit/aa5eaaa12cbb3613591863c7c1612e2d4cf129ec

jamesls commented 10 years ago

Awesome. I've removed the duplicate test case.

Anyone else have any comments? Otherwise I'm going to merge.