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 jackson2I have some questions related to JSON serialization using Jackson in a project where I use Spring Boot 2.0.0.M6, Spring …
java json spring spring-boot jackson2