Parse object to Json String respect case sensitivity
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
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