to-dot
Convert object to dot notation.
var toDot = ; var user = name: first: 'Joe' last: 'M' ; console;/* { 'name.first': 'Joe', 'name.last': 'M'}*/
Installation
$ npm install to-dot
API
toDot(obj)
return converted dot-notation object from obj
.
License
MIT