Example usage for Java org.json CDL fields, constructors, methods, implement or subclass
The text is from its open source code.
JSONArray | toJSONArray(String string) Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names. |
JSONArray | toJSONArray(JSONTokener x) Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names. |