I am using Jersey+Jackon to make a REST API which works with JSON.
Assume that I have a class as follows:
@XmlRootElement public class A { public
The first one is a valid JSON String.
The second is not.