Gets custom value from a json response.
            
Namespace: Qlik.Engine.Communication.IOAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- name
 - Type: 
System String
The property of the response to deserialized. 
Type Parameters
- T
 - The type to which the json response should be deserialized.
 
Return Value
Type: TThe deserialized value.
See Also