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

modelWithDictionary replaces NSNull values with nil #135

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

Conversation

igordeoliveirasa
Copy link

Sometimes, Strongloop API returns dictionaries containing null at some keys value. Swift dictionary does not supports nil, that's why it converts to NSNull(). But, when modelWithDictionary was called, it was setting NSNull in some model properties.

@slnode
Copy link

slnode commented Dec 3, 2017

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

@bajtos
Copy link
Contributor

bajtos commented Jan 5, 2018

@igordeoliveirasa thank you for the pull request. I am afraid we don't have bandwidth to review and land pull requests in this repository - see #136

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.

3 participants