fastjson中的坑

JSON.toJSONString中序列化map中的空字符串会出现空对象问题

通过String s = JSON.toJSONString(map, SerializerFeature.WriteMapNullValue)

猜你喜欢

转载自www.cnblogs.com/mikemhm/p/11551666.html