As the title states, I have found relatively old ones online about NSPropertyListSerialization, but I can’t find this class library to download on github...
The API is written very clearly. Use propertyListWithData:options:format:error: instead. [NSPropertyListSerialization propertyListWithData:tempData options:NSPropertyListImmutable format:NULL error:NULL];
The API is written very clearly. Use propertyListWithData:options:format:error: instead.
[NSPropertyListSerialization propertyListWithData:tempData options:NSPropertyListImmutable format:NULL error:NULL];
The system library cannot solve the problem?
Test code:
Run results:
![](http://img.php.cn/upload/image/000/000/000/86a60b02ae3e733befb84e00db4f5d67-0.png)
Write these two methods into the NSString category