Uses of Class
org.javalite.json.JSONList
Packages that use JSONList
Package
Description
ActiveJDBC - the agile Java ORM.
JavaLite HTTP library.
-
Uses of JSONList in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return JSONListMethods in org.javalite.activejdbc with parameters of type JSONListModifier and TypeMethodDescription<T extends Model>
TModel.setJSONList(String attributeName, JSONList value)
Sets aJSONList
as a value of an attribute. -
Uses of JSONList in org.javalite.activeweb.websockets
Methods in org.javalite.activeweb.websockets with parameters of type JSONList -
Uses of JSONList in org.javalite.http
Methods in org.javalite.http that return JSONList -
Uses of JSONList in org.javalite.json
Methods in org.javalite.json that return JSONListModifier and TypeMethodDescriptionReturns a list deep from the structure of a JSON document.JSONList.getList(int index)
Returns aJSONList
at a provided index.Returns a list deep from the structure of JSON document.static JSONList
JSONHelper.toJSONList(String json)
Convenience method to convert String toJSONList
.