#FastJSON

FastJson使用示例

一,几个基本概念①JSONArray相当于JAVA中的List<Object>,如:['a','b','c'....]②JSONObject相当于JAVA中的Map<String,Object>,如:{'1':'a','2':'b'...}③对于具有结构层次的JSON格式的数据,可以一层一层地来...
代码星球 代码星球·2020-04-04

fastjson反序列化LocalDateTime失败的问题java.time.format.DateTimeParseException: Text '2019-05-24 13:52:11' could not be parsed at index 10

本地java类importorg.springframework.format.annotation.DateTimeFormat;importjava.time.LocalDateTime;/***问题处理记录*/publicclassUserIssueProcessDto{/***处理说明/privateStrin...

FastJson 解析对象 数据缺失

  转成json后没有pId的属性fastjson支持最少第一个单词是2个小写字母的组合方式 如  privateString ppId;最后换成Gson去解析 ...
首页上一页1234下一页尾页