JSON-java
JSON-java copied to clipboard
how to make a pretty-printed XML text from JSONObject?
org.json.JSONObject#toString(int) has an indentFactor parameter, but org.json.XML.toString does not have an indentFactor parameter
No objections if you want to submit a PR with support for formatted XML output. If you do so, recommend that you use JSONObject.toString(int) as a model, if possible.
Hi, I am looking into this issue.
I am going to look into this.
Hi! I am going to look into this issue
Hi! I am going to look into this issue
I am already working on this @Avimathu
https://github.com/stleary/JSON-java/pull/694 was merged. Issue may be closed.
Closed due to work being completed in #694