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: 1.1.0.0 (1.1.0.0)
Syntax
public void ReadJson(
	JsonReader reader
)

Parameters

reader
Type: JsonReader
The source reader.
See Also