I'm using struts2(struts2-json-plugin) to handle Content-Type=application/json
request,
everything is fine where params style is lower camel case,like {"region":"China","version":"v4"}
.
But it can't work when params is upper camel case,like {"Region":"China","Version":"v4"}
.
I've already read struts docs(https://struts.apache.org/plugins/json/),and still not find the way to solve.
this is part of my struts.xml: