Feature request: ability to escape dot in the key string
Aperta
- Lingua principale
- JavaScript
- Stelle
- 1.3k
- Fork
- 37
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.