JSONObject jsonObject = JSONObject.parseObject(json);
String json = JSONObject.toJSONString(jsonObject, SerializerFeature.WriteMapNullValue);
System.out.println(json);
优秀不够,你是否无可替代
欢迎关注我的微信公众号:软件测试君
微信扫一扫
JSONObject jsonObject = JSONObject.parseObject(json);
String json = JSONObject.toJSONString(jsonObject, SerializerFeature.WriteMapNullValue);
System.out.println(json);
优秀不够,你是否无可替代
欢迎关注我的微信公众号:软件测试君
相关推荐