```
将json数据转换成NSArray或者NSDictionary根据json内的格式决定[NSJSONSerialization JSONObjectWithData:[self.elementString dataUsingEncoding:NSUTF8StringEncoding] options:NSJSONReadingMutableLeaves error:NULL];
```
```
将json数据转换成NSArray或者NSDictionary根据json内的格式决定[NSJSONSerialization JSONObjectWithData:[self.elementString dataUsingEncoding:NSUTF8StringEncoding] options:NSJSONReadingMutableLeaves error:NULL];
```
本文标题:Json 解析
本文链接:https://www.haomeiwen.com/subject/jnnejttx.html
网友评论