- remove(int) - Method in class org.json.JSONArray
-
Remove an index and close the hole.
- remove(String) - Method in class org.json.JSONObject
-
Remove a name and its value, if present.
- rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
-
Produce a JSONArray of strings from a row of comma delimited values.
- rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
-
Produce a JSONObject from a row of comma delimited text, using a
parallel JSONArray of strings to provides the names of the elements.
- rowToString(JSONArray) - Static method in class org.json.CDL
-
Produce a comma delimited text row from a JSONArray.