MCPcopy Create free account
hub / github.com/benfry/processing4 / toJSON

Method toJSON

core/src/processing/data/DoubleList.java:868–870  ·  view source on GitHub ↗

Return this dictionary as a String in JSON format.

()

Source from the content-addressed store, hash-verified

866 * Return this dictionary as a String in JSON format.
867 */
868 public String toJSON() {
869 return "[ " + join(", ") + " ]";
870 }
871
872
873 @Override

Callers 1

toStringMethod · 0.95

Calls 1

joinMethod · 0.95

Tested by

no test coverage detected