返回数据转成json格式

 NSLog(@"%@", [[NSString alloc] initWithData:[NSJSONSerialization dataWithJSONObject:responseObject options:NSJSONWritingPrettyPrinted error:nil] encoding:NSUTF8StringEncoding]);

你可能感兴趣的:(返回数据转成json格式)