List<CategoriesVO> categoriesVOList = JSON.parseArray(responseData.getData().toString(), CategoriesVO.class); CategoriesVO categoriesVO=((JSONObject)JSONObject.toJSON(((List)responseData.getData()).get(0))).toJavaObject(CategoriesVO.class);
List<CategoriesVO> list = JSON.parseArray(jsonObject.getJSONArray("list").toString(),CategoriesVO.class);// JSONObject jsonObject