matthewcheok / Realm-JSON

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

Add nil properties to outbound JSON #73

Closed nunobaldaia closed 8 years ago

nunobaldaia commented 8 years ago

Include nil properties on the outbound JSON. Otherwise updating some value to nil won't be noticed, at least for some APIs.

matthewcheok commented 8 years ago

Sorry I was going to wait for nit to be fixed. Did I miss that?

nunobaldaia commented 8 years ago

Ok, sorry! I've fixed the indentation.

matthewcheok commented 8 years ago

Thanks!

nunobaldaia commented 8 years ago

Thank you!