I’m using the anottation @JsonProperty(“BusinessArea”) but when I use objectMapper.valueToTree(object) to create a JsonNode it’s doesn’t respect the case Sensititivy
How to use ObjectMapper in Kotlin to parse an object to a JSON string while respecting the case sensitivity specified in the @JsonProperty annotations?
New contributor
Josimar Sánchez Agudelo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.