We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems when trying to parse json with key of "content" e.g.
"content":{foo: "bar"}
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
"content"
A comment exists saying:
// Emit content in body
Which doesn't explain why.
Why is it doing this? Can it be disabled or at least can we have option to disable it?
The text was updated successfully, but these errors were encountered:
This is an open issue tracked by #394. A fix has been proposed and accepted in principle. Please continue the discussion in that issue.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: