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

Allow unmarshalers to handle explicit null values #322

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

w1ck3dg0ph3r
Copy link

Hi! This allows type wrappers to handle explicit null values differently than missing ones (e.g. {"key": null} vs {}). Fixes #321 and #285. Please, review, as I'm not familiar with codebase and definitely could have missed something.

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.

Distinguish between null values and omitted keys when unmarshaling
1 participant