Click or drag to resize
AbstractStructureWriteJson Method
Write the full json structure of the object to the argument writer.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void WriteJson(
	JsonWriter writer
)

Parameters

writer
Type: JsonWriter
The target writer.
See Also