It seems when trying to parse json with key of "content" e.g.
means something special, where it just encodes the entire value of "content" into one XML element.
this is done at:
https://github.com/stleary/JSON-java/blob/master/XML.java#L601
A comment exists saying:
Which doesn't explain why.
Why is it doing this? Can it be disabled or at least can we have option to disable it?