JSON.toJSONString的坑有些字段没有了

1.问题  在使用fastjson中的JSON.toJSONString方法将对象转换成json字符串的时候,发现有些字段没有了。如: 1 2 3 4 5 6 7 8 public static void main(String[] args) {         Map<String,Object>map=new HashMap<>();         map.put("id","1");  
相关文章
相关标签/搜索