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

0.6.0 • Public • Published

npm version GitHub 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/

Package Sidebar

Install

npm i dotize

Weekly Downloads

2,518

Version

0.6.0

License

Apache-2.0

Unpacked Size

61.4 kB

Total Files

14

Last publish

Collaborators

  • vardars