Gets custom result from a json response. Wrapper for Value T (String) that assumes
the property to deserialize is found in the result part of the response.
Namespace: Qlik.Engine.Communication.IOAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- name (Optional)
- Type:
System String
The property of the result entry in the json response to deserialized
Type Parameters
- T
- The type to which the json response should be deseriealized.
Return Value
Type: TThe deserialized value.
See Also