【配合控制台过滤】控制台 字典转json 打印一行数据 方法 打印

把字典转成json字符串

[[NSString alloc] initWithData:[NSJSONSerialization dataWithJSONObject:dic options:NSJSONWritingPrettyPrinted error:nil] encoding:4]

 

当使用控制台filter时,如果通过标识字符过滤时,数组以及字典都只能看到一行

通过下面的方式解决

NSLog(@"+++删除图形 %@",[[NSMutableString stringWithFormat:@"%@", dataArray] stringByReplacingOccurrencesOfString:@"\n" withString:@"_"]);

 

条件断点,编辑

po [NSString stringWithFormat:@"+++ %@", [[[NSString alloc] initWithData:[NSJSONSerialization dataWithJSONObject:dic options:NSJSONWritingPrettyPrinted error:nil] encoding:4] stringByReplacingOccurrencesOfString:@"\n" withString:@"_"]]

保证打印出一行

 

Swift 字典打印成字符串

po NSString(data: JSONSerialization.data(withJSONObject: dic!, options: JSONSerialization.WritingOptions.init(rawValue: 0))!, encoding: String.Encoding.utf8.rawValue)

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值