Skip to content

Commit 92d1bec

Browse files
authored
Merge pull request github#6474 from github/yo-h-patch-1
Java: add `org.json` package to known frameworks
2 parents c52a51e + bd3a24d commit 92d1bec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Framework name,URL,Package prefixes
22
Java Standard Library,,java.*
33
Java extensions,,javax.* jakarta.*
4-
Google Guava,https://guava.dev/,com.google.common.*
54
Apache Commons Collections,https://commons.apache.org/proper/commons-collections/,org.apache.commons.collections org.apache.commons.collections4
65
Apache Commons IO,https://commons.apache.org/proper/commons-io/,org.apache.commons.io
76
Apache Commons Lang,https://commons.apache.org/proper/commons-lang/,org.apache.commons.lang3
87
Apache Commons Text,https://commons.apache.org/proper/commons-text/,org.apache.commons.text
98
Apache HttpComponents,https://hc.apache.org/,org.apache.hc.core5.* org.apache.http
109
Android,,android.*
10+
Google Guava,https://guava.dev/,com.google.common.*
11+
JSON-java,https://github.com/stleary/JSON-java,org.json
1112
Spring,https://spring.io/,org.springframework.*

0 commit comments

Comments
 (0)