Skip to content

Feature request: ability to escape dot in the key string #42

@vanodevium

Description

@vanodevium
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

dlv(obj, 'a\.b.c') === 1 // true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions