Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ JSONObject
Method
JSONObject
core/src/processing/data/JSONObject.java:212–214 ·
view source on GitHub ↗
Construct an empty JSONObject. @nowebref
()
Source
from the content-addressed store, hash-verified
210
* @nowebref
211
*/
212
public
JSONObject() {
213
this.map =
new
HashMap<>();
214
}
215
216
217
// /**
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