Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON Object Methods #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

None yet

1 participant