Person pe = new Person("李四","lal");
JSONObject json3 = JSONObject.fromObject(pe);
System.out.println(json3.toString());
JSONArray.fromObject可以将list或者list<T>直接转换为JSON
JSONObject.fromObjec可以将一个对象直接转换为JSON
JSONArray.fromObject可以将list或者list<T>直接转换为JSON
JSONObject.fromObjec可以将一个对象直接转换为JSON