Skip to content

Repository files navigation

npm versionGitHub version

dotize

Convert (Complex js object)

{
"status": "success",
"auth": {
"code": 123,
"name": "qwerty asdfgh"
}
}

to (Dot notation js object)

{
"status": "success",
"auth.code": 123,
"auth.name": "qwerty asdfgh"
}
npm install dotize

tests

# checkout project and
npm install && npm test

use in browser

https://vardars.github.io/dotize/

About

Convert complex js object to dot notation js object

Resources

Stars

27 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages