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

Implement reading from + (NSDictionary *)propertyNameMap #1

Closed taquitos closed 10 years ago

taquitos commented 11 years ago

NSObject category defines + (NSDictionary *)propertyNameMap but the serializer/deserializer doesn't do anything with it. It's a missing feature

taquitos commented 10 years ago

It does now, fully implemented and unit tested.