Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 关于其他 JSON 框架的支持 #798

Open
lanyuanxiaoyao opened this issue Mar 3, 2025 · 1 comment
Open

[Feature] 关于其他 JSON 框架的支持 #798

lanyuanxiaoyao opened this issue Mar 3, 2025 · 1 comment
Labels
Enhancement 增强 增强功能、提高性能等

Comments

@lanyuanxiaoyao
Copy link

Description

目前看到最新的依赖和文档里仍是 Fastjson,看到之前的 issue 有提到后面支持其他 JSON 框架的扩展,不知道现在进度怎么样了,目前整合项目的时候使用的是 Jackson,其中有一些自定义的调优配置,希望能统一 JSON 框架,方便升版修复漏洞等等

@TommyLemon
Copy link
Collaborator

TommyLemon commented Mar 5, 2025

需要把 APIJSON, apijson-framework 所有用到 fastjson 的 JSONObject, JSONArray 的地方替换成 Map<String, Object> 和 List<Object>

@TommyLemon TommyLemon added the Enhancement 增强 增强功能、提高性能等 label Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 增强 增强功能、提高性能等
Projects
None yet
Development

No branches or pull requests

2 participants