You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 11 Dec 2014 at 11:07The text was updated successfully, but these errors were encountered: