Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCBans/MCBans
/ JSONArray
Method
JSONArray
src/main/java/com/mcbans/plugin/org/json/JSONArray.java:96–99 ·
view source on GitHub ↗
Construct an empty JSONArray.
()
Source
from the content-addressed store, hash-verified
94
* Construct an empty JSONArray.
95
*/
96
@SuppressWarnings(
"rawtypes"
)
97
public
JSONArray() {
98
this.myArrayList =
new
ArrayList();
99
}
100
101
/**
102
* Construct a JSONArray from a JSONTokener.
Callers
nothing calls this directly
Calls
8
wrap
Method · 0.95
put
Method · 0.95
nextClean
Method · 0.80
syntaxError
Method · 0.80
back
Method · 0.80
nextValue
Method · 0.80
next
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected