jmespath / jmespath/jmespath.py
substring support
Open
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
This is a feature request:
can we use jmespath to perform a substring on a string field?
I am thinking something like this:
Input:
```
{
"foo": "someString"
}
```
`substring(0,4,foo) -> 'some'`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.