dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
600 stars 90 forks source link

Crash on parsing empty array property #4

Closed laptobbe closed 12 years ago

laptobbe commented 12 years ago

When parsing an empty array from a property it crashes, it asumes it can check objectAtIndex:0 but does not check if the list is not empty.

DCNSArrayConverter line:38

dchohfi commented 12 years ago

Fixed and tests added to cover it, thank you for reporting.