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

change to public: write(writer, indentfactor, indent) #185

Merged
merged 1 commit into from
Dec 30, 2015

Conversation

stleary
Copy link
Owner

@stleary stleary commented Dec 24, 2015

What problem does this code solve?
Some users prefer more fine tuned control over JSONObject.write() and JSONArray.write()

Changes to the API?
JSONObject.write(Writer writer, int indentFactor, int indent) and JSONArray.write(Writer writer, int indentFactor, int indent) are both made public

Changes to how the code behaves?
No.

Does it break the unit tests?
No. No unit tests were added since the coverage of these two methods is already acceptable.

Will this require a new release?
No, this change will be rolled into the next release.

Should the documentation be updated?
No.

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

Successfully merging this pull request may close these issues.

1 participant