how to make Jackson SimpleBeanPropertyFilter filterOutAllExcept work for nested objects
how can I keep all the nested objects with the same property names?
for example. Top level class is Policy.
Jackson deserialize polymorphic type when value is primitive OR array
I have a JSON structure from a third party not under my control that I need to deserialize. One section contains a list of operands where the type is determined by the key, e.g. “variable” or “value”.