当前位置:网站首页>异常com.alibaba.fastjson.JSONException: not match : - =
异常com.alibaba.fastjson.JSONException: not match : - =
2022-07-05 15:26:00 【小蚂蚁hjk】
自己总是对json解析时不是太清晰导致报错,就是obj对象没有转化为json对象导致的
正常解析
JSONObject jsonObject = JSONObject.parseObject(str);
String versionInfoStr = jsonObject.getString("versionInfo");
VersionInfo versionInfo = JSONObject.parseObject(versionInfoStr, VersionInfo.class);
边栏推荐
- 记录一下树莓派搭建环境中遇到的坑。。。
- Replknet: it's not that large convolution is bad, but that convolution is not large enough. 31x31 convolution. Let's have a look at | CVPR 2022
- DataArts Studio数据架构——数据标准介绍
- Reproduce ThinkPHP 2 X Arbitrary Code Execution Vulnerability
- MySQL table field adjustment
- How can the boss choose programmers to help me with development?
- Data communication foundation - route republication
- Data communication foundation ACL access control list
- Data communication foundation - Ethernet port mirroring and link aggregation
- 20.[STM32]利用超声波模块和舵机实现智能垃圾桶功能
猜你喜欢
随机推荐
Bugku telnet
Analytic hierarchy process of mathematical modeling (including Matlab code)
mapper. Comments in XML files
RepLKNet:不是大卷积不好,而是卷积不够大,31x31卷积了解一下 | CVPR 2022
16.[STM32]从原理开始带你了解DS18B20温度传感器-四位数码管显示温度
Li Kou today's question -729 My schedule I
Write a go program with vscode in one article
Codasip为RISC-V处理器系列增加Veridify安全启动功能
【簡記】解决IDE golang 代碼飄紅報錯
Noi / 1.3 01: a+b problem
Definition of episodic and batch
wxml2canvas
Usage and usage instructions of JDBC connection pool
verilog实现计算最大公约数和最小公倍数
Six common transaction solutions, you sing, I come on stage (no best, only better)
Clock switching with multiple relationship
Bugku's steganography
Database learning - Database Security
Memo 00
Reproduce ThinkPHP 2 X Arbitrary Code Execution Vulnerability






![19.[STM32]HC_ SR04 ultrasonic ranging_ Timer mode (OLED display)](/img/fe/8f59db28823290da8e9280df06673d.jpg)


