jmespath / jmespath/jmespath.rb
Support arithmetic expressions
Open
- Dominant language
- Ruby
- Stars
- 167
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for this great library!
I just noticed the following:
```rb
JMESPath.search('`2` * `2`', '')
# => unexpected token star (JMESPath::Errors::SyntaxError)
```
I guess [arithmetic expressions](https://jmespath.site/main/#spec-arithmetic-expressions) are not supported by this gem?
If so, maybe they could be added?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.