Skip to content

Conversation

respectTheCode
Copy link

This adds methods to use NSJSONSerialization instead of NSPropertyListSerialization. This is much safer when your data is download as JSON and may contain NULL values since NSPropertyListSerialization can not store NULL values. It also works nicely when you need to modify the data frequently since we can take advantage of NSJSONReadingMutableContainers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant