Click or drag to resize
AbstractStructureReadJson Method
Read the structure of the object from the argument reader.

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 = null
)

Parameters

reader
Type: JsonReader
The source reader.
session (Optional)
Type: Qlik.Engine.CommunicationQlikConnection
The session from which the structure is created.
See Also