Response WriteJSON Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Writes an object as JSON. Does nothing if object is null

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void WriteJSON(
	Object data,
	JSONWritingOptions options = null
)
See Also