Skip to content
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

Closed
xiejx618 opened this issue Mar 12, 2021 · 7 comments
Closed

how to make a pretty-printed XML text from JSONObject? #593

xiejx618 opened this issue Mar 12, 2021 · 7 comments

Comments

@xiejx618
Copy link

org.json.JSONObject#toString(int) has an indentFactor parameter, but org.json.XML.toString does not have an indentFactor parameter

@stleary
Copy link
Owner

stleary commented Mar 12, 2021

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.

@yyds5
Copy link

yyds5 commented Oct 14, 2021

Hi, I am looking into this issue.

@DeaneOC
Copy link
Contributor

DeaneOC commented Oct 5, 2022

I am going to look into this.

@Avimathu
Copy link

Avimathu commented Oct 6, 2022

Hi! I am going to look into this issue

@DeaneOC
Copy link
Contributor

DeaneOC commented Oct 6, 2022

Hi! I am going to look into this issue

I am already working on this @Avimathu

@javadev
Copy link
Contributor

javadev commented Dec 23, 2022

#694 was merged. Issue may be closed.

@stleary
Copy link
Owner

stleary commented Dec 23, 2022

Closed due to work being completed in #694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants