var object = {};
_.updateWith(object, '[0][1]', _.constant('a'), Object); // => { '0': { '1': 'a' } }