MCPcopy 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

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