JSONModel v0.10.0 Release Notes

Release Date: 2013-11-10 // over 10 years ago
    • fixed handling of null values in JSON, which was broken until now, make sure to test after upgrading. Now null values for required properties will result in a failed init of the model class.
    • a number of pull requests for JSONHTTPClient, slowly trying to polish it
    • ➕ added propertyIsIgnored: method, for ignoring primitive properties
    • 🛠 fixes in globalKeyMapper import/export JSON, fixes for automatic snake_case convertions, added masking of BOOL as struct for custom convertors