当用户选择ignoreError时,错误对象转JSON也忽略

This commit is contained in:
Looly
2023-03-26 06:02:22 +08:00
parent 1ac0a904c0
commit 317d8ee527
3 changed files with 7 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 StrUtil增加commonPrefix和commonSuffix方法pr#3007@Github
* 【core 】 NumberUtil增加重载parseXXX方法, 解析失败返回默认值pr#3007@Github
* 【core 】 FileUtil增加readLines重载支持filterpr#3006@Github
* 【json 】 当用户选择ignoreError时错误对象转JSON也忽略
### 🐞Bug修复
* 【crypto】 修复NoSuchMethodError未捕获问题issue#2966@Github