JSON解析问题

时间:2014-05-06 21:05:26   收藏:0   阅读:384

这是data.chatFileModelJson = [dic valueForKey:@"Text"];

{

    Content = "s\U5de5\U56fd\U4e2d\U53e5\U53f7\U4e2d\U56fdd";

    FileKey = "";

    Url = "http://m.im2x.com/d";

}

想要不转码的string json

 {

            "Content": "下雨了?what?",

            "Url": "http://m.im2x.com/d",

            "FileKey": ""

  }



今天在解析json时遇到了一个问题,用NSStringJSONValue方法来获取转换后的NSDictionaryNSArray)对象时,NSDictionary中的数据会转码,由于数据库中保存这个NSDictionary中的json,在其它地方要对这个NSDictionary中的json进行解析,就会出错,解决方法也很简单,使用NSDictionaryNSArray)的JSONRepresentation方法来获取JSONNSString字符串就可以了。

JSON解析问题,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!