Cleaned up all warnings. Normalized method names. General cleanup of model mapping API. Shit is getting slick and maintainable!

This commit is contained in:
Blake Watters
2010-03-04 23:57:14 -05:00
parent dc84d943b8
commit d12a3bd88b
7 changed files with 270 additions and 134 deletions

View File

@@ -11,7 +11,7 @@
@implementation RKMappingFormatJSONParser
- (NSDictionary*)dictionaryFromString:(NSString*)string {
- (NSDictionary*)objectFromString:(NSString*)string {
return [[[[SBJSON alloc] init] autorelease] objectWithString:string];
}