MCPcopy Index your code
hub / github.com/processing/processing / size

Method size

core/src/processing/data/JSONObject.java:955–957  ·  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

953 * @return The number of keys in the JSONObject.
954 */
955 public int size() {
956 return this.map.size();
957 }
958
959
960// /**

Callers 3

writeInternalMethod · 0.95
JSONObjectMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected