Uses of Class
org.javalite.json.JSONList
Package
Description
ActiveJDBC - the agile Java ORM.
JavaLite HTTP library.
-
Uses of JSONList in org.javalite.activejdbc
Modifier 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
-
Uses of JSONList in org.javalite.http
-
Uses of JSONList in org.javalite.json
Modifier 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
.