Comment parcourir un objet en utilisant Lodash
_.forOwn(obj, function(value, key) { } );
Open Osprey
_.forOwn(obj, function(value, key) { } );