Uses of Class
top.focess.qq.api.util.json.JSON
-
Packages that use JSON Package Description top.focess.qq.api.util.json top.focess.qq.api.util.network -
-
Uses of JSON in top.focess.qq.api.util.json
Subclasses of JSON in top.focess.qq.api.util.json Modifier and Type Class Description classJSONSectionSection of JSON.Methods in top.focess.qq.api.util.json that return JSON Modifier and Type Method Description JSONJSONList. getJSON(int index)JSONJSONSection. getParent()Get the parent sectionConstructors in top.focess.qq.api.util.json with parameters of type JSON Constructor Description JSONSection(JSON parent, Map<String,Object> values) -
Uses of JSON in top.focess.qq.api.util.network
Methods in top.focess.qq.api.util.network that return JSON Modifier and Type Method Description JSONHttpResponse. getAsJSON()Get the value as JSON
-