JSONObject.ToJSONArray(JSONArray) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array with the values corresponding to names
.
[Android.Runtime.Register("toJSONArray", "(Lorg/json/JSONArray;)Lorg/json/JSONArray;", "GetToJSONArray_Lorg_json_JSONArray_Handler")]
public virtual Org.Json.JSONArray? ToJSONArray (Org.Json.JSONArray? names);
[<Android.Runtime.Register("toJSONArray", "(Lorg/json/JSONArray;)Lorg/json/JSONArray;", "GetToJSONArray_Lorg_json_JSONArray_Handler")>]
abstract member ToJSONArray : Org.Json.JSONArray -> Org.Json.JSONArray
override this.ToJSONArray : Org.Json.JSONArray -> Org.Json.JSONArray
Parameters
- names
- JSONArray
Returns
- Attributes
Exceptions
Remarks
Returns an array with the values corresponding to names
. The array contains null for names that aren't mapped. This method returns null if names
is either null or empty.
Java documentation for org.json.JSONObject.toJSONArray(org.json.JSONArray)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.