Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nICEnnnnnnnLee/BilibiliDown
/ JSONArray
Method
JSONArray
src/org/json/JSONArray.java:94–96 ·
view source on GitHub ↗
Construct an empty JSONArray.
()
Source
from the content-addressed store, hash-verified
92
* Construct an empty JSONArray.
93
*/
94
public
JSONArray() {
95
this.myArrayList =
new
ArrayList<Object>();
96
}
97
98
/**
99
* Construct a JSONArray from a JSONTokener.
Callers
nothing calls this directly
Calls
7
wrap
Method · 0.95
put
Method · 0.95
nextClean
Method · 0.80
syntaxError
Method · 0.80
back
Method · 0.80
nextValue
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected