JSONの解析中にこのエラーが発生します:
NSDictionary *json = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableContainers error:&error];
Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (Unable to convert data to string around character 73053.) UserInfo=0x1d5d8250 {NSDebugDescription=Unable to convert data to string around character 73053.}
これを修正する方法の提案はありますか?
追加 エラーレポートに記載されているように、パーサーは位置73053の文字を通過できません。これは私のJSON応答の「ø」です。私の知る限り、Ø、Å、Æなどの文字はjsonパーサーにとって問題ではないはずですか?