Alias for PayloadHelper.getConfig (see its entry for details) with generic defaults for the non-key parameters which will return the specified key from the payload.
Body
return PayloadHelper.getConfig(key,getImplicitOptionalPayload().filter(function(p){ return p !== undefined; })).map(function(jv){ return fromJValue(jv); });