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

Method getStringList

core/src/processing/data/JSONObject.java:844–846  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

842
843
844 public StringList getStringList(String key) {
845 return getJSONArray(key).toStringList();
846 }
847
848
849 /**

Callers

nothing calls this directly

Calls 2

getJSONArrayMethod · 0.95
toStringListMethod · 0.80

Tested by

no test coverage detected