Uses of Class
org.cakelab.json.JSONArray
-
Packages that use JSONArray Package Description org.cakelab.json This package contains a JSON API and a JSON/POJO codec.org.cakelab.json.format -
-
Uses of JSONArray in org.cakelab.json
Methods in org.cakelab.json that return JSONArray Modifier and Type Method Description default JSONArray
JSONCompoundType. arrayvalue(java.lang.Object o)
default JSONArray
JSONCompoundType. arrayvalue(java.lang.Object o, JSONArray defaultValue)
JSONArray
JSONArray. getArray(int index)
JSONArray
JSONArray. getArray(int index, JSONArray defaultValue)
JSONArray
JSONObject. getArray(java.lang.String key)
JSONArray
JSONObject. getArray(java.lang.String key, JSONArray defaultValue)
Methods in org.cakelab.json with parameters of type JSONArray Modifier and Type Method Description default JSONArray
JSONCompoundType. arrayvalue(java.lang.Object o, JSONArray defaultValue)
JSONArray
JSONArray. getArray(int index, JSONArray defaultValue)
JSONArray
JSONObject. getArray(java.lang.String key, JSONArray defaultValue)
-
Uses of JSONArray in org.cakelab.json.format
Methods in org.cakelab.json.format with parameters of type JSONArray Modifier and Type Method Description protected abstract void
JSONFormatterBase. append(T pout, JSONArray o)
protected void
JSONFormatterCompact. append(java.io.PrintStream pout, JSONArray jsonArray)
protected void
JSONFormatterPrettyprint. append(org.cakelab.json.format.JSONFormatterPrettyprint.IndentingPrintStream pout, JSONArray jsonArray)
void
JSONFormatter. format(java.io.OutputStream out, JSONArray jsonArray)
java.lang.String
JSONFormatter. format(JSONArray jsonArray)
void
JSONFormatterBase. format(java.io.OutputStream out, JSONArray jsonArray)
java.lang.String
JSONFormatterBase. format(JSONArray jsonArray)
-