matthewcheok / Realm-JSON

A concise Mantle-like way of working with Realm and JSON.
MIT License
661 stars 129 forks source link

Give valueTransformers a chance to handle NSNull values #83

Closed inquisitiveSoft closed 8 years ago

inquisitiveSoft commented 8 years ago

Hi Matthew, Thank you for your work on Realm+JSON

This fixes an issue we were having, where an NSValueTransformer was converting a Null from the server into another value in the app.

All the best Harry