jackson-databind icon indicating copy to clipboard operation
jackson-databind copied to clipboard

null skipping for array elements

Open codesmith47 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. I've recently came across this problem where the REST api returns a json string representing a inventory where the array index represents the slot ID and the object the item in it. Empty slots will have a null value.

Describe the solution you'd like A clear and concise description of what you want to happen I would like to have the ability to skip these null values in arrays when deserializing.

Usage example If you have a clear idea of how to use proposed new/modified feature, please show an example.

Additional context Add any other context about the feature request here.

codesmith47 avatar Oct 05 '22 02:10 codesmith47