Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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