Feature request: ability to escape dot in the key string
オープン
- 主要言語
- JavaScript
- スター
- 1.3k
- フォーク
- 37
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```js
const obj = {
"a.b": {
"c": 1
}
}
```
There are cases when object keys already have a dot in the name.
It would be nice to be able to escape the dot so that the split will pass through.
So
```js
dlv(obj, 'a\.b.c') === 1 // true
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。