Rightpoint / RZImport

Automatic importing of data from NSDictionary to Cocoa objects
Other
18 stars 6 forks source link

Add support for ignoring keys on import #12

Closed ndonald2 closed 10 years ago

ndonald2 commented 10 years ago

@mgorbach Relevant to #11

The issue says "key paths" but right now RZImport does not follow key paths, only top-level keys. Dictionaries are imported as-is - any sub values will need to be handled manually. Could maybe implement key path following in another update.

Changes

ndonald2 commented 10 years ago

@mgorbach Do you have time to take a look at this? I'm going to add another feature as well and I'd like to coalesce them into one update.

mgorbach commented 10 years ago

@ndonald2 not now unfortunately. I am happy to take a look after the end of this Sprint, in the meanwhile I'm currently pretty booked :(

ndonald2 commented 10 years ago

@mgorbach OK well I'm going to merge these into develop anyway and the review can happen on merge to master before pushing an update to the podspec trunk