1.json转map:没有现成的方法,需要自己进行封装; 2.map转json:JSONObject.fromObject(map); 3.示例:http://www.cnblogs.com/Marydon20170307/p/9317889.html