| 接口 | 说明 |
|---|---|
| JSON<T> | |
| JSONArrayWriter |
Created by juhaoyu on 2017/11/15.
|
| JSONCreator |
创建JSON对象
|
| JSONExpandable<T> | |
| JSONObjectWriter |
Created by juhaoyu on 2017/11/15.
|
| JSONOriginal | |
| JSONParser |
parseJSON属性
|
| JSONString |
The
JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object). |
| JSONTransform |
拆成两个接口
|
| JSONUnquote | |
| JSONValue |
| 类 | 说明 |
|---|---|
| ArrayProviderToStringHelper | |
| FArraySerializer | |
| FormulaSerializer | |
| JSONArray | |
| JSONConf | |
| JSONFactory |
创建JSON对象相关的工厂类
|
| JSONFunction |
alex:加一个JSONFunction用于写JSON格式输出为String
JSONFunction(new String[] {"e"}, "alert(e.target)")
toString ->
function(e) {alert(e.target)}
|
| JSONHolder | |
| JSONObject | |
| JSONTokener | |
| JSONUtils | 已过时 |
| JSONVariable |
alex:变量名保存于JSON中,toString时不加引号写出
|
| SpecialDeserializer | |
| SpecialNodeTransformer |
| 异常错误 | 说明 |
|---|---|
| JSONException |
The JSONException is thrown by the JSON.org classes then things are amiss.
|