Skip to content

Commit 2bb6a7d

Browse files
authored
去除 fastjson 并支持各种 JSON 库,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代 #810
#810
2 parents fb2dbe3 + 6526493 commit 2bb6a7d

34 files changed

+3252
-2025
lines changed

APIJSONORM/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.Tencent</groupId>
77
<artifactId>APIJSON</artifactId>
8-
<version>7.9.0</version>
8+
<version>8.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONORM</name>
@@ -21,11 +21,6 @@
2121
</properties>
2222

2323
<dependencies>
24-
<dependency>
25-
<groupId>com.alibaba</groupId>
26-
<artifactId>fastjson</artifactId>
27-
<version>1.2.83</version>
28-
</dependency>
2924
</dependencies>
3025

3126
<build>

0 commit comments

Comments
 (0)