Realm-JSON icon indicating copy to clipboard operation
Realm-JSON copied to clipboard

had Error

Open dajun512 opened this issue 9 years ago • 0 comments

Json Example { mid: 1501, description: "This what" } ----------------- @interface Episode : RLMObjec @property NSInteger mid; @property NSString *desc;

@end

@implementation Episode

  • (NSDictionary *)JSONInboundMappingDictionary { return @{ @"description": @"desc" }; }

@end

When I used it, had error

How to convert description property;

dajun512 avatar Jul 19 '16 10:07 dajun512