[ https://issues.apache.org/jira/browse/CXF-6166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14252348#comment-14252348 ]
Sergey Beryozkin commented on CXF-6166: --------------------------------------- Hi Daniel, I'm doing {code:java} Map<String, Object> map = new JsonMapObjectReaderWriter().fromJson("{\"name\":\"abc\"}"); {code} and with your patch I have 'abc"' with the last double quote being added to it, without the patch I just get 'abc' added in which is correct. Can you please prototype a sequence where the existing code does not work ? > Parsing Bug in org.apache.cxf.jaxrs.provider.json.JsonMapObjectReaderWriter > --------------------------------------------------------------------------- > > Key: CXF-6166 > URL: https://issues.apache.org/jira/browse/CXF-6166 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 3.0.3, 3.0.4, 3.1.0 > Reporter: Daniel Torkian > Priority: Minor > Labels: JAXRS, JSON, Parsing > Attachments: bugJsonMapObjectReaderWriter.txt > > > Parsing Bug in org.apache.cxf.jaxrs.provider.json.JsonMapObjectReaderWriter. > See Patch -- This message was sent by Atlassian JIRA (v6.3.4#6332)