You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your use-case and why do you need this feature?
I know keys can be ignored "globally" on the JSON builder scope. But for safely, and to better document which classes have been implemented completely and which not, I'd prefer to ignore unknown keys per class only.
Describe the solution you'd like
I'd prefer an annotation-based solution, similar to Jackson's @JsonIgnoreProperties(ignoreUnknown = true) annotation.
efenderbosch, cdekok, f-qiaolei, shrhdk, kocsislaci and 10 more