add JSONWriter

This commit is contained in:
Looly
2021-06-26 16:56:47 +08:00
parent 8b0357da18
commit 57b6c7dff2
7 changed files with 356 additions and 108 deletions

View File

@@ -13,6 +13,7 @@
* 【json 】 用户自定义日期时间格式时,解析也读取此格式
* 【core 】 增加可自定义日期格式GlobalCustomFormat
* 【jwt 】 JWT修改默认有序并规定payload日期格式为秒数
* 【json 】 增加JSONWriter
### 🐞Bug修复
* 【json 】 修复XML转义字符的问题issue#I3XH09@Gitee