xiexiaoxia
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

 

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2022-01-20
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-10-24
  • 2022-02-26
  • 2021-11-28
  • 2022-02-18
相关资源
相似解决方案