-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
how to make a pretty-printed XML text from JSONObject? #593
Comments
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 |
I am already working on this @Avimathu |
#694 was merged. Issue may be closed. |
Closed due to work being completed in #694 |
org.json.JSONObject#toString(int) has an indentFactor parameter, but org.json.XML.toString does not have an indentFactor parameter
The text was updated successfully, but these errors were encountered: