jmespath / jmespath/jmespath.py

substring support

Open
#167 2 comments 19 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.