String goodBeanStr = bean.getGood_list();//获得josn格式字符串 

JSONArray jsonArr = JSONArray.fromObject(goodBeanStr);//转换成JSONArray 格式 

List<AddProduct> goodBeanList = JSONArray.toList(jsonArr, AddProduct.class);//获得产品数组