to JSONArray
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
Return
A JSONArray of JSONObjects.
Parameters
The comma delimited text.
Throws
if a called function fails
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
Return
A JSONArray of JSONObjects.
Parameters
The JSONTokener containing the comma delimited text.
Throws
if a called function fails
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
Return
A JSONArray of JSONObjects.
Parameters
A JSONArray of strings.
The comma delimited text.
Throws
if a called function fails
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
Return
A JSONArray of JSONObjects.
Parameters
A JSONArray of strings.
A JSONTokener of the source text.
Throws
if a called function fails