jmespath / jmespath/jmespath.site
Sum_by function
Open
- Dominant language
- Makefile
- Stars
- 61
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
it would be really nice to have sum_by function. My case is to get something like
```
[
{
"pool_name": "default",
"num": 2
},
{
"pool_name": "test",
"num": 77
},
{
"pool_name": "default",
"num": 4
}
]
```
sum services count in specific pool.
Several times as i can see it was already requested but in wrong projects. Here is request in i hope right one
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.