matthewcheok / Realm-JSON

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

Keep null values from the inbound JSON on mapping to Realm #80

Closed nunobaldaia closed 8 years ago

nunobaldaia commented 8 years ago

Hi Matthew,

This is the same as https://github.com/matthewcheok/Realm-JSON/pull/73, but in the other direction.

Otherwise null properties (at least those with a value transformer) won't never be updated.