Cómo recorrer un objeto usando lodash
_.forOwn(obj, function(value, key) { } );
Open Osprey
_.forOwn(obj, function(value, key) { } );