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

Do not convert null values to empty objects #2

Closed
svanegas opened this issue Oct 19, 2015 · 1 comment
Closed

Do not convert null values to empty objects #2

svanegas opened this issue Oct 19, 2015 · 1 comment

Comments

@svanegas
Copy link
Contributor

If an object has a property with nullas value, it will convert it to an empty object.

Object:

{
  morning: null
}

Will be converted to:

{
  morning: { }
}
@0x5d 0x5d closed this as completed in 9259ec3 Oct 20, 2015
@0x5d
Copy link
Owner

0x5d commented Oct 20, 2015

Thanks! Closing.

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

No branches or pull requests

2 participants