FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
去除 fastjson 并支持各种 JSON 库 by TommyLemon · Pull Request #810 · APIJSON/APIJSON · GitHub
APIJSON
/
APIJSON
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18.4k
Code
Issues
236
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
去除 fastjson 并支持各种 JSON 库
- #810
#810
Merged
TommyLemon
merged 10 commits into
master
APIJSON/APIJSON:master
from
no-json-lib
APIJSON/APIJSON:no-json-lib
Copy head branch name to clipboard
Apr 12, 2025
Conversation
Commits
10
(10)
Checks
Files changed
Merged
去除 fastjson 并支持各种 JSON 库
#810
TommyLemon
merged 10 commits into
master
APIJSON/APIJSON:master
from
no-json-lib
APIJSON/APIJSON:no-json-lib
Copy head branch name to clipboard
Commits
Commits on Mar 29, 2025
去除 fastjson,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代
TommyLemon
committed
6712e96
View commit details
Copy full SHA for 6712e96
Browse repository at this point
Commits on Mar 30, 2025
完善 JSON 处理,所有流程类都实现默认 JSON 的序列化和反序列化
TommyLemon
committed
7ef7b26
View commit details
Copy full SHA for 7ef7b26
Browse repository at this point
所有流程类都统一JSON 的序列化和反序列化,避免转换报错 cannot cast apijson.JSONObject to com.alibaba.fastjson.JSONObject 等
TommyLemon
committed
ae023cb
View commit details
Copy full SHA for ae023cb
Browse repository at this point
解决未返回列表、对象内返回 @RAW@LIST、JSON 键值对未保持写入顺序等
TommyLemon
committed
f11c3a1
View commit details
Copy full SHA for f11c3a1
Browse repository at this point
解决 JOIN 报错 JSON 转换类型不匹配
TommyLemon
committed
e5001aa
View commit details
Copy full SHA for e5001aa
Browse repository at this point
解决 远程函数 报错 JSON 转换类型不匹配
TommyLemon
committed
aa35bf6
View commit details
Copy full SHA for aa35bf6
Browse repository at this point
Commits on Apr 6, 2025
完善和优化 JSON 处理,解决 fastjson 等 JSON 库自动序列化 AbstractSQLConfig.getSetString 等方法抛异常;优化代码
TommyLemon
committed
42ca342
View commit details
Copy full SHA for 42ca342
Browse repository at this point
优化日志和注释
TommyLemon
committed
01d31b5
View commit details
Copy full SHA for 01d31b5
Browse repository at this point
解决 fastjson 等 JSON 库可能泄漏 Subquery 及包含的 SQLConfig 等信息
TommyLemon
committed
1662e21
View commit details
Copy full SHA for 1662e21
Browse repository at this point
Commits on Apr 12, 2025
新增 JSON.format
TommyLemon
committed
6526493
View commit details
Copy full SHA for 6526493
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL