jerkson
jerkson copied to clipboard
@JsonIgnoreProperties(ignoreUnknown = true)
Seems that @JsonIgnoreProperties(ignoreUnknown = true) isn't supported.
Is there a simple way to ignore unrecognized properties during deserialization?
(Disregard my previous comment, if you got it via email.)
No, this isn't supported. I'd accept a patch to add support for it.