I am working on REST API developed using SpringBoot application. Here I want to make the fields in the payload(JSON) as case insensitive when mapping to a Java Object. Below
Well, if its Spring Boot application you can have this in your application.properties file:
spring.jackson.mapper.accept_case_insensitive_properties=true