This repository contains a clean-room implementation of the JMESPath Community specification in Rust.
cd src/
make build
make test
make coverage
make compliance
This is a work in progress.
- Full grammar specification
- Builtin functions
- Thread-safety
- Performance
- Code coverage (currently 86.58%)
- Bonus points for styling