mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-10 22:49:21 +08:00
Cleaned up all warnings. Normalized method names. General cleanup of model mapping API. Shit is getting slick and maintainable!
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
@implementation RKMappingFormatJSONParser
|
||||
|
||||
- (NSDictionary*)dictionaryFromString:(NSString*)string {
|
||||
- (NSDictionary*)objectFromString:(NSString*)string {
|
||||
return [[[[SBJSON alloc] init] autorelease] objectWithString:string];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user