dotize

0.3.0 • Public • Published

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 install dotize

bower

bower install dotize
npm install -g mocha
mocha test/test.js

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.02,291latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.02,291
0.2.0183
0.1.283
0.1.271
0.1.263

Package Sidebar

Install

npm i dotize

Weekly Downloads

2,481

Version

0.3.0

License

Apache-2.0

Unpacked Size

24 kB

Total Files

11

Last publish

Collaborators

  • vardars