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

Fix deserialization of null values to result in JsonValue.NULL #17

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

marcospassos
Copy link
Contributor

Fixes #16

@cowtowncoder
Copy link
Member

Ah! Yes, that makes sense. So embedded nulls were handled, but not root-level nulls.

@cowtowncoder cowtowncoder merged commit e6e6aec into FasterXML:master Mar 4, 2020
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.

Null being deserialized as null literal instead of JsonValue.NULL
2 participants