fix json format bug

This commit is contained in:
Looly
2021-04-06 09:34:30 +08:00
parent 52560c28f8
commit c5c9f80f0e
3 changed files with 52 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.3 (2021-04-04)
# 5.6.3 (2021-04-05)
### 新特性
* 【core 】 修改数字转换的实现增加按照指定端序转换pr#1492@Github
@@ -14,6 +14,7 @@
### Bug修复
* 【core 】 修复Validator.isUrl()传空返回trueissue#I3ETTY@Gitee
* 【db 】 修复数据库driver根据url的判断识别错误问题issue#I3EWBI@Gitee
* 【json 】 修复JSONStrFormatter换行多余空行问题issue#I3FA8B@Gitee
-------------------------------------------------------------------------------------------------------------