[jackson-user] Problem while converting JSON to POJO when the json contains characters like é

2018-03-16 Thread Vidyaranya Sai Nuthalapati
I have a java object which has fields like content and customerName. I serialize this object which will be something like: {"customerName" : "Dummy customer", "content" : [{"author" : "Arthur Canon Doyle", "title" : "The adventures of Sherlock Holmes"}]} When I try to deserialize it using obje

Re: [jackson-user] Problem while converting JSON to POJO when the json contains characters like é

2018-03-16 Thread Tatu Saloranta
On Thu, Mar 15, 2018 at 11:44 PM, Vidyaranya Sai Nuthalapati wrote: > I have a java object which has fields like content and customerName. I > serialize this object which will be something like: > > {"customerName" : "Dummy customer", "content" : [{"author" : "Arthur Canon > Doyle", "title" : "The