|
@@ -60,7 +60,7 @@ static BOOL AFErrorOrUnderlyingErrorHasCodeInDomain(NSError *error, NSInteger co
|
|
|
return NO;
|
|
|
}
|
|
|
|
|
|
-static id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingOptions readingOptions) {
|
|
|
+id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingOptions readingOptions) {
|
|
|
if ([JSONObject isKindOfClass:[NSArray class]]) {
|
|
|
NSMutableArray *mutableArray = [NSMutableArray arrayWithCapacity:[(NSArray *)JSONObject count]];
|
|
|
for (id value in (NSArray *)JSONObject) {
|