Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getJSONArray
Method · 0.95
toStringList
Method · 0.80
Tested by
no test coverage detected