0.3.0 • Published 5 years ago

dotize v0.3.0

Weekly downloads
1,370
License
Apache-2.0
Repository
github
Last release
5 years ago

npm version Bower version Build Status codecov

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

npm install dotize

bower

bower install dotize

tests

npm install -g mocha
mocha test/test.js