← Prev in month
← Prev in thread
Converting JSON to XML ... how to deal with control characters present in the JSON?
Hi Folks, Occasionally I have a JSON file that contains a control character which is not allowed in XML. When converting JSON to XML, how do you deal with control characters in JSON? Is there a library available that will remove control characters from JSON? Suppose I convert JSON to XML and then hand the XML off to an XML parser. Is there an XML parser that will automatically exclude non-XML characters? /Roger
← Prev in month
← Prev in thread