Serialize object into JSON string. 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 string ToJson(
Object data
)
Parameters
- data
- Type: SystemObject
Object to be serialized
Return Value
Type:
StringJSON string with data from Object
See Also