Json.NET - Quick Starts & API Documentation
JsonTextWriter Constructor (textWriter)
NamespacesNewtonsoft.JsonJsonTextWriterJsonTextWriter(TextWriter)
Creates an instance of the JsonWriter class using the specified TextWriter.
Declaration Syntax
C#Visual BasicVisual C++
public JsonTextWriter(
	TextWriter textWriter
)
Public Sub New ( _
	textWriter As TextWriter _
)
public:
JsonTextWriter(
	TextWriter^ textWriter
)
Parameters
textWriter (TextWriter)
The TextWriter to write to.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)