npm.io
1.0.5 • Published 11 years ago

nest-object

Licence
MIT
Version
1.0.5
Deps
0
Vulns
0
Weekly
0
Stars
1

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.

Keywords