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