Class JSONObject

All Implemented Interfaces:
Cloneable, Map<String,Object>

public class JSONObject extends LightHashMap<String,Object>
  • Constructor Details

    • JSONObject

      public JSONObject()
    • JSONObject

      public JSONObject(int initialCapacity, float loadFactor)
    • JSONObject

      public JSONObject(int initialCapacity)
    • JSONObject

      public JSONObject(Map<String,Object> arg0)
  • Method Details