Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.

Namespace: Newtonsoft.Json
Assembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 4.5.0.0 (4.5.11.15729)

Syntax

C#
public abstract class JsonWriter : IDisposable
Visual Basic
Public MustInherit Class JsonWriter _
	Implements IDisposable
Visual C++
public ref class JsonWriter abstract : IDisposable

Inheritance Hierarchy

See Also