Uses of Class
org.javalite.json.JSONList
Packages that use JSONList
Package
Description
ActiveJDBC - the agile Java ORM.
ActiveWeb - the agile java framework
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
Methods in org.javalite.activeweb that return JSONListModifier and TypeMethodDescriptionprotected JSONList
HttpSupport.getRequestJSONList()
Reads entire request data and converts it toJSONList
.protected JSONList
RequestSpecHelper.responseJSONList()
Provides content generated by controller in theJSONList
format, after controller execution - if views were integrated. -
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.JSONList[]
JSONList.getLists()
static JSONList
Convenience method to convert String toJSONList
.