I have json POST request with the following {"token":"abcd","m":"n"} where as the java bean holds:
@XmlRootElement
class Token {
public String token;
}
On using Genson, it is not throwing UnrecognizedPropertyException which otherwise happen if i remove Genson dependency from pom.xml