51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#fastJson
FastJson使用示例
一,几个基本概念①JSONArray相当于JAVA中的List<Object>,如:['a','b','c'....]②JSONObject相当于JAVA中的Map<String,Object>,如:{'1':'a','2':'b'...}③对于具有结构层次的JSON格式的数据,可以一层一层地来...
代码星球
·
2020-04-04
FastJson
使用
示例
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...
代码星球
·
2020-04-02
fastjson
序列化
LocalDateTime
败的
问题
FastJson 解析对象 数据缺失
转成json后没有pId的属性fastjson支持最少第一个单词是2个小写字母的组合方式 如 privateString ppId;最后换成Gson去解析 ...
代码星球
·
2020-04-01
FastJson
解析
对象
数据
缺失
首页
上一页
1
2
3
4
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他