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

Build JSONArray from a Collection #103

Open
GoogleCodeExporter opened this issue Dec 24, 2015 · 1 comment
Open

Build JSONArray from a Collection #103

GoogleCodeExporter opened this issue Dec 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

This is a feature request.

JSONObject has a constructor that accepts a Map as the first parameter, but 
JSONArray doesn't have any similar counterpart. It would be logical to have a 
second constructor for JSONArray that looks like this:

public JSONArray(Collection collection)

Can someone add that?

Original issue reported on code.google.com by [email protected] on 11 Dec 2014 at 11:07

@GoogleCodeExporter
Copy link
Author

Actually... I see some code commits showing this is already done. When will 
this be released and available via Maven? Looks like the last release was 2 
years ago...

Original comment by [email protected] on 12 Dec 2014 at 3:30

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

No branches or pull requests

1 participant