row To String
Produce a comma delimited text row from a JSONArray. Values containing the comma character will be quoted. Troublesome characters may be removed.
Return
A string ending in NEWLINE.
Parameters
ja
A JSONArray of strings.
Produce a comma delimited text row from a JSONArray. Values containing the comma character will be quoted. Troublesome characters may be removed.
A string ending in NEWLINE.
A JSONArray of strings.