Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Support coercion of empty strings to null objects #146

Closed
robmoore opened this issue Mar 16, 2017 · 1 comment
Closed

Support coercion of empty strings to null objects #146

robmoore opened this issue Mar 16, 2017 · 1 comment

Comments

@robmoore
Copy link

We're working with a set of files that contains both empty strings and NULL values. We are using .withNullValue("NULL") as well as DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT but are ending up with empty strings rather than null values for these cases.

In issue 112, @cowtowncoder suggested it might be possible to support an alternate notation in addition to the explicit null value indicated in withNullValue().

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants