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.0.0.0+Build:29.QSM12-CIGS
Syntax
public void ReadJson(
	JsonReader reader
)

Parameters

reader
Type: JsonReader
The source reader.
See Also