Uses of Class
org.xerial.json.JSONArray

Packages that use JSONArray
org.xerial.json JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.) 
org.xerial.util.bean BeanUtil library that supports smooth exchange between JSON(XML) data and Java (bean class) objects 
 

Uses of JSONArray in org.xerial.json
 

Methods in org.xerial.json that return JSONArray
 JSONArray JSONWalker.array()
           
 JSONArray JSONValueBase.getJSONArray()
           
 JSONArray JSONValue.getJSONArray()
           
 JSONArray JSONLong.getJSONArray()
           
 JSONArray JSONInteger.getJSONArray()
           
 JSONArray JSONDouble.getJSONArray()
           
 JSONArray JSONArray.getJSONArray()
           
 JSONArray JSONArray.getJSONArray(int i)
           
 JSONArray JSONObject.getJSONArray(String key)
           
 JSONArray JSONWalker.jsonArray()
           
 

Uses of JSONArray in org.xerial.util.bean
 

Methods in org.xerial.util.bean with parameters of type JSONArray
protected static void BeanUtil.populateBean(Object bean, JSONArray jsonArray)
           
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.