jmespath / jmespath.rs

Rust implementation of JMESPath, a query language for JSON
MIT License
133 stars 26 forks source link

Reimplemented via Pratt parser #2

Closed mtdowling closed 8 years ago

mtdowling commented 8 years ago

This PR updates jmespath.rs to go back to a simpler pratt parser and is updated to pass all compliance tests.