feat: JsonWriter/JsonReader 支持 DateTime 字段(序列化为 yyyy-MM-dd HH:mm:ss 字符串,可反序列化回,含 Option<DateTime>)

This commit is contained in:
2026-08-21 04:09:42 +08:00
parent ab1e04787e
commit 46bd710128
4 changed files with 55 additions and 1 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
target/
*.cj.macrocall
*.cj.macrocall
# 宏编译产物(构建时自动生成,不入库)
src/macros/*.cjo
src/macros/*.dll