Open
Description
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 soaper...@gmail.com
on 11 Dec 2014 at 11:07