Searched refs:toJSONObject (Results 1 – 4 of 4) sorted by relevance
60 assertNull(array.toJSONObject(new JSONArray())); in testEmptyArray()338 JSONObject object = values.toJSONObject(keys); in testToJSONObject()357 JSONObject object = values.toJSONObject(keys); in testToJSONObjectWithNulls()369 JSONObject object = values.toJSONObject(keys); in testToJSONObjectMoreNamesThanValues()380 JSONObject object = values.toJSONObject(keys); in testToJSONObjectMoreValuesThanNames()390 JSONObject object = values.toJSONObject(keys); in testToJSONObjectNullKey()
218 values.toJSONObject(array); in testToJSONObject()
547 public JSONObject toJSONObject(JSONArray names) throws JSONException { in toJSONObject() method in JSONArray
21103 … method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException;