Use this tag only for questions specifically related to version 2 of the Jackson library
Hey I have also problem here is my Json [ { "aimid": "12345" }, { "aimid": "333674" }, { "aimid": [ "4568999", "6789345" ] }] and This is my Pojo class:- @JsonProperty("…
java spring-boot pojo jackson-databind jackson2