MCPcopy Index your code
hub / github.com/benfry/processing4 / size

Method size

core/src/processing/data/JSONObject.java:997–999  ·  view source on GitHub ↗

Get the number of keys stored in the JSONObject. @return The number of keys in the JSONObject.

()

Source from the content-addressed store, hash-verified

995 * @return The number of keys in the JSONObject.
996 */
997 public int size() {
998 return this.map.size();
999 }
1000
1001
1002// /**

Callers 3

writeInternalMethod · 0.95
JSONObjectMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected