add JSONBeanParser

This commit is contained in:
Looly
2021-08-08 21:36:37 +08:00
parent a9282b9d7c
commit df726654af
8 changed files with 143 additions and 18 deletions

View File

@@ -9,6 +9,7 @@
* 【core 】 MapProxy支持return this的setter方法pr#392@Gitee
* 【core 】 BeeDSFactory移除sqlite事务修复代码新版本BeeCP已修复
* 【core 】 增加compress包扩充Zip操作灵活性
* 【json 】 增加JSONBeanParser
### 🐞Bug修复
* 【core 】 改进NumberChineseFormatter算法补充完整单元测试解决零问题