matthewcheok / Realm-JSON

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

JSON to Model #102

Open liyongjie1002 opened 7 years ago

liyongjie1002 commented 7 years ago

'RLMException', reason: 'Invalid value '0' for property 'imageIndex'

Model :@property NSString booksID; @property NSString bookName; @property NSNumber *imageIndex;