DesktopUtilsgetJSONT 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 T getJSON<T>( JObject jsonObject, string key, T defaultValue )
[Missing <param name="jsonObject"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSON``1(Newtonsoft.Json.Linq.JObject,System.String,``0)"]
[Missing <param name="key"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSON``1(Newtonsoft.Json.Linq.JObject,System.String,``0)"]
[Missing <param name="defaultValue"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSON``1(Newtonsoft.Json.Linq.JObject,System.String,``0)"]
[Missing <typeparam name="T"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSON``1(Newtonsoft.Json.Linq.JObject,System.String,``0)"]
[Missing <returns> documentation for "M:Openfin.Desktop.DesktopUtils.getJSON``1(Newtonsoft.Json.Linq.JObject,System.String,``0)"]