Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
Namespace: Newtonsoft.JsonAssembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 4.5.0.0 (4.5.11.15729)
Syntax
| C# |
|---|
public class JsonTextWriter : JsonWriter |
| Visual Basic |
|---|
Public Class JsonTextWriter _ Inherits JsonWriter |
| Visual C++ |
|---|
public ref class JsonTextWriter : public JsonWriter |