iOS 5 JSON Parsing Results in Cocoa Error 3840

前端 未结 4 1887
有刺的猬
有刺的猬 2020-11-29 11:44

I\'m having a hard time parsing the below JSON string on iOS 5.

{\"States\": [{\"Name\": \"Arizona\",\"Cities\": [{\"Name\": \"Phoenix\"}]},{\"Name\": \"Cali         


        
4条回答
  •  自闭症患者
    2020-11-29 12:37

    If you arrived here because of the JSON and not because of the RTF , please check out this answer : IOS JSON Deserialization failure - STIG/NSJSONSerializer

提交回复
热议问题