fastjson map转json

Map map = new HashMap();
        map.put("name", "老三");
        map.put("age", 12);            
        String jsonStr = JSONObject.toJSONString(map);

然后return

posted @ 2018-12-26 13:38  不打鱼光晒网  阅读(1177)  评论(0编辑  收藏  举报