下载这几个包,导入项目,
JSONObject obj= new JSONOjbect().fromObject(test);
JSONObject json= new JSONOjbect().fromObject(obj.getObject("xxx"));
System.out.println(json.getString("A"));
System.out.println(json.getString("B"));
下载这几个包,导入项目,
JSONObject obj= new JSONOjbect().fromObject(test);
JSONObject json= new JSONOjbect().fromObject(obj.getObject("xxx"));
System.out.println(json.getString("A"));
System.out.println(json.getString("B"));