Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sangplus
/
APIJSON
Public
forked from
Tencent/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 18, 2025
新增文章:APIJSON快速入门-零后端代码,接口所见即所得
Show description for f6f27e4
TommyLemon
authored
f6f27e4
View commit details
Copy full SHA for f6f27e4
Browse repository at this point
Commits on May 11, 2025
新增登记包括小红书工程师的 7 个贡献者,非常感谢大家的贡献~
Show description for b934974
TommyLemon
authored
b934974
View commit details
Copy full SHA for b934974
Browse repository at this point
Commits on Apr 29, 2025
新增 AI 问答,感谢 DeepWiki 及 Devin AI 开发者: https://deepwiki.com/Tencent/APIJSON
TommyLemon
authored
cf80bb9
View commit details
Copy full SHA for cf80bb9
Browse repository at this point
doc: add Ask AI link in README-English.md
TommyLemon
authored
5419e03
View commit details
Copy full SHA for 5419e03
Browse repository at this point
新增 DeepWiki AI 的快速图标入口
TommyLemon
authored
8a1fa19
View commit details
Copy full SHA for 8a1fa19
Browse repository at this point
Commits on Apr 26, 2025
新增文章:apijson 快速上手 ,感谢 萧行之 的贡献~
Show description for fb7c4e6
TommyLemon
authored
fb7c4e6
View commit details
Copy full SHA for fb7c4e6
Browse repository at this point
Commits on Apr 20, 2025
新增 杭州独角兽企业 资深技术专家 的文章:APIJSON腾讯开源的后端开发神器!!!
Show description for e2c416f
TommyLemon
authored
e2c416f
View commit details
Copy full SHA for e2c416f
Browse repository at this point
新增 getConnection(String key) 和 putConnection(String key, Connection connection)
TommyLemon
committed
a320f2c
View commit details
Copy full SHA for a320f2c
Browse repository at this point
解决 Demo 注册接口调用报错 parser.newSuccessResult 及 connectionMap.get 报错 NPE
TommyLemon
committed
2ef0657
View commit details
Copy full SHA for 2ef0657
Browse repository at this point
解决返回 database, schema 等信息
TommyLemon
committed
32c2777
View commit details
Copy full SHA for 32c2777
Browse repository at this point
解决最外层返回不需要的 format: null
TommyLemon
committed
a46e24e
View commit details
Copy full SHA for a46e24e
Browse repository at this point
getSQLKey 重命名为 gainSQLKey
TommyLemon
committed
6e9affe
View commit details
Copy full SHA for 6e9affe
Browse repository at this point
解决其它 key 被误当成 @post 等关键词导致 RequestMethod.valueOf 异常
TommyLemon
committed
e03a028
View commit details
Copy full SHA for e03a028
Browse repository at this point
优化 JSON 相关序列化、反序列化等处理;class JSONObject 改为 interface JSONMap<M, L>,class JSONArray 改为 interface JSONList<M, L>;所有 APIJSONCreator, JSONCreator, JSONParser 都集中处理,避免不一致导致的 ClassCastException
TommyLemon
committed
bd5161f
View commit details
Copy full SHA for bd5161f
Browse repository at this point
Commits on Apr 17, 2025
新增支持 Doris-高性能实时湖仓一体数据库:https://doris.apache.org
TommyLemon
committed
4fed749
View commit details
Copy full SHA for 4fed749
Browse repository at this point
解决 FunctionParser 初始化等触发 JSONRequest.put 中转 JSON 报错,删除不再需要的 @JSONFiled
TommyLemon
committed
107fd37
View commit details
Copy full SHA for 107fd37
Browse repository at this point
Commits on Apr 12, 2025
去除 fastjson 并支持各种 JSON 库,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代 #810
Show description for 2bb6a7d
TommyLemon
authored
2bb6a7d
View commit details
Copy full SHA for 2bb6a7d
Browse repository at this point
新增 JSON.format
TommyLemon
committed
6526493
View commit details
Copy full SHA for 6526493
Browse repository at this point
Commits on Apr 11, 2025
调整全能 CRUD 文档:修改错误、优化 JSON 格式、标记弃用第二种方式 @method
TommyLemon
authored
fb2dbe3
View commit details
Copy full SHA for fb2dbe3
Browse repository at this point
感谢 DenineLu 贡献:修复请求json的key为JSONArray时类型转换异常问题 #808
Show description for f39d269
TommyLemon
authored
f39d269
View commit details
Copy full SHA for f39d269
Browse repository at this point
Commits on Apr 8, 2025
修复请求json的key为JSONArray时类型转换异常问题
ludejiu
committed
672c722
View commit details
Copy full SHA for 672c722
Browse repository at this point
Commits on Apr 7, 2025
新增博文:"APIJSON:17.4k Star!腾讯开源的零代码接口与文档协议及ORM库"
Show description for 9d5cebb
TommyLemon
authored
9d5cebb
View commit details
Copy full SHA for 9d5cebb
Browse repository at this point
Commits on Apr 6, 2025
解决 fastjson 等 JSON 库可能泄漏 Subquery 及包含的 SQLConfig 等信息
TommyLemon
committed
1662e21
View commit details
Copy full SHA for 1662e21
Browse repository at this point
优化日志和注释
TommyLemon
committed
01d31b5
View commit details
Copy full SHA for 01d31b5
Browse repository at this point
完善和优化 JSON 处理,解决 fastjson 等 JSON 库自动序列化 AbstractSQLConfig.getSetString 等方法抛异常;优化代码
TommyLemon
committed
42ca342
View commit details
Copy full SHA for 42ca342
Browse repository at this point
Commits on Mar 30, 2025
解决 远程函数 报错 JSON 转换类型不匹配
TommyLemon
committed
aa35bf6
View commit details
Copy full SHA for aa35bf6
Browse repository at this point
解决 JOIN 报错 JSON 转换类型不匹配
TommyLemon
committed
e5001aa
View commit details
Copy full SHA for e5001aa
Browse repository at this point
解决未返回列表、对象内返回 @RAW@LIST、JSON 键值对未保持写入顺序等
TommyLemon
committed
f11c3a1
View commit details
Copy full SHA for f11c3a1
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
完善 JSON 处理,所有流程类都实现默认 JSON 的序列化和反序列化
TommyLemon
committed
7ef7b26
View commit details
Copy full SHA for 7ef7b26
Browse repository at this point
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 23, 2025
APIJSON – The No-Code API Revolution That Puts Developers in the Fast Lane
Show description for dd37431
TommyLemon
authored
dd37431
View commit details
Copy full SHA for dd37431
Browse repository at this point
Commits on Mar 16, 2025
删除多余的代码
TommyLemon
committed
970aee5
View commit details
Copy full SHA for 970aee5
Browse repository at this point
简化 StringUtil 中各种字符串相关方法
TommyLemon
committed
c9b124d
View commit details
Copy full SHA for c9b124d
Browse repository at this point
删除多余的代码
TommyLemon
committed
8cdca09
View commit details
Copy full SHA for 8cdca09
Browse repository at this point
Previous
Next
You can’t perform that action at this time.