Module org.jooq

Class JSONArray

    • Constructor Detail

      • JSONArray

        public JSONArray()
        Constructs an empty JSONArray.
      • JSONArray

        public JSONArray​(Collection c)
        Constructs a JSONArray containing the elements of the specified collection, in the order they are returned by the collection's iterator.
        Parameters:
        c - the collection whose elements are to be placed into this JSONArray