robb / Asterism

Asterism is yet another functional toolbelt for Objective-C. It tries to be typesafe and simple.
http://robb.github.io/Asterism/
MIT License
226 stars 12 forks source link

Add ASTPick #14

Closed robb closed 10 years ago

robb commented 10 years ago

E.g.:

NSArray *whitelist = @[ @"id", @"username" ];

NSDictionary *minimalRepresentation = ASTPick(userData, whitelist);
felixvisee commented 10 years ago

@robb anything left?

robb commented 10 years ago

Can you merge master?