错误类型:错误域= NSCocoaErrorDomain代码= 3840" JSON文本没有以数组或对象开头,并且选项允许未设置片段。" .UserInfo = {NSDebugDescription = JSON文本没有以数组或对象以及允许未设置片段的选项。
场景:Bonjour Server能够将JSON数据成功发送到客户端。但偶尔我会看到这些错误:Error Domain=NSCocoaErrorDomain Code=3840
。
有人可以建议如何克服这个问题吗?
答案 0 :(得分:1)
设置
AFJSONResponseSerializer *responseSerializer = [AFJSONResponseSerializer serializerWithReadingOptions:NSJSONReadingAllowFragments];
或参考此Link