Map<String,Object> map=new HashMap<>();
map.put("key","value");
JASONObject.toJSONString(map);