1.Gson gson = new Gson();
gson.fromjson(str);
2.jsonarray = JSONObject
.fromObject(str);
都需要相应的jar包
1 gson-2.2.1-sources.jar
gson-2.2.1.jar
2
包需要
1、json-lib 2、commons-beanutils 3、commons-collections 4、commons-lang 5、commons-logging 6、ezmorph