jmespath / jmespath/jmespath.py
Can I use map to do some calculation
Open
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
User case:
[1,2,3]
What I want :
[2,3,4]
I have tried
map(&@+2,@)
it not works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.