dchohfi / KeyValueObjectMapping

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

Unable to autoassign class value containing "_" #50

Closed gderaco closed 10 years ago

gderaco commented 10 years ago

Hello, I use KeyValueObjectMapping for getting data from database. Everything works pretty well but it doesn't assign value to custom class fields containing the char "_" and this is very strange. Can this problem be solved? Thanks.