``` js > require('ini').decode('[x\\.y\\.z.a\\.b\\.c]\nfoo=bar') { 'x\\.y\\.z': { 'a.b.c': { foo: 'bar' } } } ```