taquitos / JLObjectMapping

Simple JSON to object and object to JSON mapping inspired by Jackson JSON Processor for Java.
MIT License
5 stars 3 forks source link

Consider using NSCache for classPropertiesNameMap; #3

Closed taquitos closed 9 years ago

taquitos commented 10 years ago

We use NSMutableDictionary *classPropertiesNameMap; that's ok, but NSCache would be ideal to handle any memory pressure events. Probably not a big deal.

taquitos commented 9 years ago

Done