Joel Nothman - 2014-11-11

I repeat with better markdown:

org.json.XML.toString has a special case for the key "content" found in JSON files. json-to-xml renders {"a": {"content": {"b": "c"}}} as <a>{&quot;b&quot;:&quot;c&quot;}</a> instead of <a><content><b>c</b></content></a>.