使用FastJson实现去除Json中为空或null的节点

工做中遇到一个问题,空节点报文会报错,找了一圈没找到能够实现的功能,因此就本身写了个轮子。html 首先导入FastJson依赖java <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.24</version> </depende
相关文章
相关标签/搜索