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 for issue #117 - Supports the missing values in an array #267

Merged
merged 1 commit into from
Mar 29, 2016

Conversation

LokeshN
Copy link
Contributor

@LokeshN LokeshN commented Mar 27, 2016

The fix (#117) supports the missing values in an array by replacing the missing value with null
This feature can be enabled by setting Feature.ALLOW_MISSING_VALUES in JsonParser.

The fix supports the missing values in an array by replacing
the missing value with null
This feature can be enabled by setting Feature.ALLOW_MISSING_VALUES
@cowtowncoder cowtowncoder merged commit 8a009d1 into FasterXML:master Mar 29, 2016
@cowtowncoder
Copy link
Member

@LokeshN Thank you -- turns out to be much simpler than what I was expecting. I went ahead and changed placement slightly to cover more cases.

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.

2 participants