jmespath / jmespath/jmespath.py
substring support
オープン
- 主要言語
- Python
- スター
- 2.4k
- フォーク
- 212
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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'`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The request describes adding substring support to JMESPath and gives the input object plus the expected `substring(0,4,foo)` result. Start by locating the function-definition and expression-test entry points in this Python implementation; done means the proposed expression works for the supplied example and its behavior is covered by tests.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100