matthewcheok / Realm-JSON

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

had Error #95

Open dajun512 opened 8 years ago

dajun512 commented 8 years ago

Json Example { mid: 1501, description: "This what" }

@interface Episode : RLMObjec @property NSInteger mid; @property NSString *desc;

@end

@implementation Episode

When I used it, had error

How to convert description property;