tristanhimmelman/AlamofireObjectMapper

Does it have case insensitive deserialization?

atalayasa opened this issue · 0 comments

Is it possible to give key while deserializing case insensitive because I have base class which handles all the responses that I get from server with following code;
item <- map["result"] However, sometimes the result returns as a item <- map["Result"] and it returns nil. Thanks in advance.