java com.alibaba.fastjson JSONObject转map对象

        Map<String,Object> parMap =  JSONObject.parseObject(jsonObject.toJSONString(), new TypeReference<Map<String, Object>>(){});