Feature request: ability to escape dot in the key string
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1.3k
- Forks
- 37
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
```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
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.