Deprecated API


Contents
Deprecated Methods
net.sf.json.JSONArray.fromArray(Object[])
          use JSONArray.fromObject(Object) instead 
net.sf.json.JSONObject.fromBean(Object)
          use JSONObject.fromObject(Object) instead 
net.sf.json.JSONArray.fromCollection(Collection)
          use JSONArray.fromObject(Object) instead 
net.sf.json.JSONObject.fromDynaBean(DynaBean)
          use JSONObject.fromObject(Object) instead 
net.sf.json.JSONObject.fromJSONObject(JSONObject)
          use JSONObject.fromObject(Object) instead 
net.sf.json.JSONObject.fromJSONString(JSONString)
          use JSONObject.fromObject(Object) instead 
net.sf.json.JSONArray.fromJSONString(JSONString)
          use JSONArray.fromObject(Object) instead 
net.sf.json.JSONObject.fromMap(Map)
          use JSONObject.fromObject(Object) instead 
net.sf.json.JSONObject.fromString(String)
          use JSONObject.fromObject(Object) instead 
net.sf.json.JSONArray.fromString(String)
          use JSONArray.fromObject(Object) instead 
net.sf.json.util.JSONUtils.getJavaIdentifierTransformer()
          use JsonConfig.getJavaIdentifierTransformer 
net.sf.json.JSONObject.length()
          use size() instead 
net.sf.json.JSONNull.length()
          use size() instead 
net.sf.json.JSONArray.length()
          use size() instead 
net.sf.json.JSON.length()
          use size() instead 
net.sf.json.util.JSONUtils.setJavaIdentifierTransformer(JavaIdentifierTransformer)
          use JsonConfig.setJavaIdentifierTransformer