Class JSONObject

    • Constructor Detail

      • JSONObject

        public JSONObject()
      • JSONObject

        public JSONObject​(Map<String,​?> map)
        Allows creation of a JSONObject from a Map. After that, both the generated JSONObject and the Map can be modified independently.