wie man mit Lodash durch ein Objekt durchschlägt
_.forOwn(obj, function(value, key) { } );
Open Osprey
_.forOwn(obj, function(value, key) { } );