类分层结构
- java.lang.Object
- com.sh.json.AbstractJSON
- com.sh.json.JSONArray (implements java.lang.Comparable<T>, com.sh.json.JSON, java.util.List<E>)
- com.sh.json.JSONObject (implements java.lang.Comparable<T>, com.sh.json.JSON, java.util.Map<K,
V>)
- com.sh.json.JsonConfig
- com.sh.json.JSONFunction (implements java.io.Serializable)
- com.sh.json.JSONNull (implements com.sh.json.JSON)
- com.sh.json.JSONSerializer
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.sh.json.JSONException
- java.lang.RuntimeException
- java.lang.Exception
- com.sh.json.AbstractJSON
接口分层结构
- com.sh.json.JSONString
- java.io.Serializable
- com.sh.json.JSON