nest-object

1.0.5 • Public • Published

nest-object

Convert {'an.object.like': 'this'} into { an: { object: { like: 'this' } } }

install

npm install nest-object

usage

var nest = require('nest-object');
 
nest({ 'a.nested.key': 'ok' }) // -> { a: { nested: { key: 'ok' } } }

That's it. Super simple.

Readme

Keywords

Package Sidebar

Install

npm i nest-object

Weekly Downloads

0

Version

1.0.5

License

MIT

Last publish

Collaborators

  • boblauer