Click or drag to resize
QvxServerToJson Method
Serialize object into JSON string. Requires DataContract for the class being parsed.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public static string ToJson(
	Object data
)

Parameters

data
Type: SystemObject
Object to be serialized

Return Value

Type: String
JSON string with data from Object
See Also