fix slash escape bug

This commit is contained in:
Looly
2020-04-25 09:31:39 +08:00
parent 669d19eab8
commit 2bcad6031d
5 changed files with 24 additions and 13 deletions

View File

@@ -3,10 +3,11 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.3 (2020-04-23)
## 5.3.3 (2020-04-25)
### 新特性
### Bug修复
* 【json 】 修复JSON转字符串时</被转义问题
-------------------------------------------------------------------------------------------------------------