mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-15 07:38:32 +08:00
Convert all tabs to four spaces. refs #743
This commit is contained in:
@@ -32,12 +32,12 @@
|
||||
@implementation RKJSONParserJSONKit
|
||||
|
||||
- (NSDictionary*)objectFromString:(NSString*)string error:(NSError**)error {
|
||||
RKLogTrace(@"string='%@'", string);
|
||||
RKLogTrace(@"string='%@'", string);
|
||||
return [string objectFromJSONStringWithParseOptions:JKParseOptionStrict error:error];
|
||||
}
|
||||
|
||||
- (NSString*)stringFromObject:(id)object error:(NSError**)error {
|
||||
return [object JSONStringWithOptions:JKSerializeOptionNone error:error];
|
||||
return [object JSONStringWithOptions:JKSerializeOptionNone error:error];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user