MCPcopy 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

putOnceMethod · 0.95
wrapMethod · 0.95
setIntMethod · 0.95
setFloatMethod · 0.95
setStringMethod · 0.95
populateMapMethod · 0.95
nextCleanMethod · 0.80
backMethod · 0.80
nextValueMethod · 0.80
getValueMethod · 0.80
getKeyMethod · 0.80
nextMethod · 0.65

Tested by

no test coverage detected