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

Does -loadPropertyMapForClass: consider super classes? #4

Closed taquitos closed 9 years ago

taquitos commented 10 years ago

at a glance, - (NSSet *)loadPropertyMapForClass:(Class)class doesn't consider properties from the super class. This can be problematic. Write some unit tests and test it out.