Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getStringArray
Method
getStringArray
core/src/processing/data/JSONArray.java:565–568 ·
view source on GitHub ↗
Use toStringArray() instead.
()
Source
from the content-addressed store, hash-verified
563
564
/** Use toStringArray() instead. */
565
@Deprecated
566
public
String[] getStringArray() {
567
return
toStringArray();
568
}
569
570
571
/**
Callers
1
toStringList
Method · 0.95
Calls
1
toStringArray
Method · 0.95
Tested by
no test coverage detected