QvxServerParseJsonT Method |
Deserialize JSON string to object. Requires
DataContract for the class being parsed.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax public static T ParseJson<T>(
string json
)
where T : class
Parameters
- json
- Type: SystemString
JSON string to be deserialized
Type Parameters
- T
- Output class
Return Value
Type:
TObject of Output class containing data
from JSON
See Also