JSONObjectWithData方法里options參数选择解释

Posted claireyuancy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JSONObjectWithData方法里options參数选择解释相关的知识,希望对你有一定的参考价值。

NSJSONReadingMutableContainers 
Specifies that arrays and dictionaries are created as mutable objects.    //  创建可变的数组或字典 接收 
 
NSJSONReadingMutableLeaves 
Specifies that leaf strings in the JSON object graph are created as instances of NSMutableString.   // 指定在JSON对象可变字符串被创建为NSMutableString的实例 
 
NSJSONReadingAllowFragments 

Specifies that the parser should allow top-level objects that are not an instance of NSArray or NSDictionary   //  指定解析器应该同意不属于的NSArray或NSDictionary中的实例顶层对象 


測试的 每一项都用字典接收,系统也没有给我报错。

难道这是给返回的data类型有关,假设返回的是字典或数组。就用第一项 










以上是关于JSONObjectWithData方法里options參数选择解释的主要内容,如果未能解决你的问题,请参考以下文章

调用 JSONSerialization.JSONObjectWithData 时调用中的额外参数 [重复]

我的 JSONObjectWithData 为空

解析时 JSONObjectWithData 小数位错误

nsjsonserialization.jsonobjectwithdata 截断接收到的数据

NSJSONSerialization JSONObjectWithData 其中数据包含换行符

NSJSONSerialization JSONObjectWithData:options:error: 编码问题