smart-fun / XmlToJson

Android Library for converting XML to JSON and JSON to XML
Apache License 2.0
558 stars 112 forks source link

escaping double quote ? #9

Closed ipinz closed 7 years ago

ipinz commented 7 years ago

xml tag sample from rss feed: <description><![CDATA[<img src="http://cdn.link.net/154335.jpg" align="left" hspace="7" width="120" height="90"/>any desc here.]]></description>

xmlToJson.toFormattedString() result: "description": "<img src="http://cdn.link.net/154335.jpg" align="left" hspace="7" width="120" height="90"/>any desc here."

smart-fun commented 7 years ago

Thank you for reporting this issue. I will have a look at it.

smart-fun commented 7 years ago

Hello, I have made a fix. Please use version 1.3.6. thanks again! Arnaud.