fix JSONUtil.isJson

This commit is contained in:
Looly
2021-02-03 12:57:14 +08:00
parent f126ded53a
commit 1a7812a281
6 changed files with 30 additions and 8 deletions

View File

@@ -3,10 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.9 (2021-01-30)
# 5.5.9 (2021-02-03)
### 新特性
* 【crypto 】 PemUtil.readPemKey支持ECpr#1366@Github
### Bug修复
* 【json 】 JSONUtil.isJson方法改变trim策略解决特殊空白符导致判断失败问题
-------------------------------------------------------------------------------------------------------------