Creates a JsonWriter from TextWriter class.

Namespace: DayPilot.Web.Mvc.Json
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public JsonWriter(
	TextWriter writer
)
Visual Basic
Public Sub New ( _
	writer As TextWriter _
)
Visual C++
public:
JsonWriter(
	TextWriter^ writer
)

Parameters

writer
Type: System.IO..::..TextWriter

See Also