Click or drag to resize
QixClassBaseReadJson Method
Method for updating an object according to a Qix json object.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void ReadJson(
	JsonReader reader,
	QlikConnection session
)

Parameters

reader
Type: JsonReader
The JsonReader to get json data from.
session
Type: Qlik.Engine.CommunicationQlikConnection
The session in which the object resides.
See Also