JSONArray jsonObjects = (JSONArray) parser.parse(bytesOutputStream.toString()) convert string to long code example
Example: convert json string to json object in java
try {
JSONObject jsonObject = new JSONObject("{\"phonetype\":\"N95\",\"cat\":\"WP\"}");
}catch (JSONException err){
Log.d("Error", err.toString());
}