DesktopUtilsgetJSONArray Method |
"defaultValue" is returned if no match is found.
The JSON object to retrieve the JArray from.The key to search for.The value to return if no key match is found.Namespace: Openfin.Desktop
public static JArray getJSONArray( JObject jsonObject, string key, JArray defaultValue = null )
[Missing <param name="jsonObject"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONArray(Newtonsoft.Json.Linq.JObject,System.String,Newtonsoft.Json.Linq.JArray)"]
[Missing <param name="key"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONArray(Newtonsoft.Json.Linq.JObject,System.String,Newtonsoft.Json.Linq.JArray)"]
[Missing <param name="defaultValue"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONArray(Newtonsoft.Json.Linq.JObject,System.String,Newtonsoft.Json.Linq.JArray)"]
[Missing <returns> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONArray(Newtonsoft.Json.Linq.JObject,System.String,Newtonsoft.Json.Linq.JArray)"]