dotize
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

npm version Bower version 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

tests

npm install
npm test

Package Sidebar

Install

npm i dotize

Weekly Downloads

2,400

Version

0.5.0

License

Apache-2.0

Unpacked Size

59.2 kB

Total Files

12

Last publish

Collaborators

  • vardars