fix json.parse bug #1363

This commit is contained in:
Looly
2021-01-07 17:09:16 +08:00
parent 1deed5d9cf
commit 0800ffe1e5
5 changed files with 16 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.7 (2021-01-06)
# 5.5.7 (2021-01-07)
### 新特性
* 【core 】 DynaBean.create增加重载方法pr#245@Gitee
@@ -18,6 +18,7 @@
### Bug修复
* 【core 】 修复CsvReader读取双引号未转义问题issur#I2BMP1@Gitee
* 【json 】 JSONUtil.parse修复config无效问题issur#1363@Github
-------------------------------------------------------------------------------------------------------------