JSON
Overview
How to use
Beans
//Where the data parameter is a variable that contains the JSON
Response response = JSONFactory.parse(data, Response.class);JSON Object
//Where the data parameter is a variable that contains the JSON
JSONObject jsonObject = new JSONObject(data);Referencies
Last updated
Was this helpful?