Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ JSONObject
Method
JSONObject
core/src/processing/data/JSONObject.java:199–201 ·
view source on GitHub ↗
Construct an empty JSONObject. @nowebref
()
Source
from the content-addressed store, hash-verified
197
* @nowebref
198
*/
199
public
JSONObject() {
200
this.map =
new
HashMap<>();
201
}
202
203
204
// /**
Callers
nothing calls this directly
Calls
15
putOnce
Method · 0.95
wrap
Method · 0.95
setInt
Method · 0.95
setFloat
Method · 0.95
setString
Method · 0.95
populateMap
Method · 0.95
nextClean
Method · 0.80
back
Method · 0.80
nextValue
Method · 0.80
getValue
Method · 0.80
getKey
Method · 0.80
next
Method · 0.65
Tested by
no test coverage detected