Array of promises, when and output

Array of promises, when and output

Hello everybody,

I have a list of promises ($.getJson) and I use $.when to execute all of them.
My problem is that I have not understand, how can I get the successful output of these requests also if one failed.
Is it possible?

Thanks a lot!