Closed laptobbe closed 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
Fixed and tests added to cover it, thank you for reporting.
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