jmespath / jmespath.py

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

Disallow '@' as a top level syntax #57

Closed jamesls closed 10 years ago

jamesls commented 10 years ago

The grammar does not allow '@' as a bare token. It's only allowed in a function call.

This is based off of the cleanup-pratt-jep-4 branch so it includes 07be644 stuff. The actual commit is https://github.com/jamesls/jmespath/commit/dfadd3c45c80c0b8e202e8e7b9ec1d2b2002c779

cc @mtdowling.

mtdowling commented 10 years ago

:ship: