dotize
v0.6.0
Published
Convert complex Js object to dot notation Js object
Maintainers
Readme
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 dotizetests
# checkout project and
npm install && npm test