CreateWriter Method

Json.NET

Json.NET - Quick Starts & API Documentation CreateWriter Method
NamespacesNewtonsoft.Json.LinqJContainerCreateWriter()()()()
Creates an JsonWriter that can be used to add tokens to the JToken.
Declaration Syntax
C# Visual Basic Visual C++
public JsonWriter CreateWriter()
Public Function CreateWriter As JsonWriter
public:
JsonWriter^ CreateWriter()
Return Value
An JsonWriter that is ready to have content written to it.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)