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