Array from Array with dictionaries

Posted by JK on Stack Overflow See other posts from Stack Overflow or by JK
Published on 2010-04-21T04:51:50Z Indexed on 2010/04/21 4:53 UTC
Read the original article Hit count: 244

Filed under:
|
|

I have an array of dictionaries. I would like to extract an array with all the elements of 1 key of the dictionaries in the original array? Could this be done without enumeration?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about cocoa-touch