最佳答案:public static void jsonToBean(String data) { try { JSONArray array = new JSONArray(data);//将json字符串转