//ERDDAP/com.cohort.util/ScriptString2/toJsonArray
toJsonArray
[JVM]
open fun toJsonArray(sa: Array<String>): String
The converts a string[] into a JSON array of strings.
Return
e.g., ["aa", "bb", "cc"]. If sa is null, this returns null (as a String).
Parameters
JVM
sa |